|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.codec.gen.EPPCodecException
com.verisign.epp.codec.gen.EPPDuplicateExtensionException
public class EPPDuplicateExtensionException
Exception used to identify that a duplicate extension was found in the list of extensions.
Field Summary |
---|
Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException |
---|
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED |
Constructor Summary | |
---|---|
EPPDuplicateExtensionException(EPPCodecComponent aExtensionClass)
Constructor for EPPComponentNotFoundException that takes an info string. |
Method Summary | |
---|---|
EPPCodecComponent |
getExtension()
Get the duplicate extension Class found. |
Methods inherited from class com.verisign.epp.codec.gen.EPPCodecException |
---|
equals, getValue |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPPDuplicateExtensionException(EPPCodecComponent aExtensionClass)
aExtensionClass
- Duplicate extension class foundMethod Detail |
---|
public EPPCodecComponent getExtension()
Class
found.
EPPCodecComponent
extension found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |