Package com.verisign.epp.codec.gen
Class EPPDuplicateExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.codec.gen.EPPCodecException
com.verisign.epp.codec.gen.EPPDuplicateExtensionException
- All Implemented Interfaces:
Serializable
Exception used to identify that a duplicate extension was found
in the list of extensions.
- See Also:
-
Field Summary
Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED -
Constructor Summary
ConstructorsConstructorDescriptionEPPDuplicateExtensionException(EPPCodecComponent aExtensionClass) Constructor for EPPComponentNotFoundException that takes an info string. -
Method Summary
Modifier and TypeMethodDescriptionGet the duplicate extensionClassfound.Methods inherited from class com.verisign.epp.codec.gen.EPPCodecException
equals, getValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPDuplicateExtensionException
Constructor for EPPComponentNotFoundException that takes an info string.- Parameters:
aExtensionClass- Duplicate extension class found
-
-
Method Details
-
getExtension
Get the duplicate extensionClassfound.- Returns:
- The duplicate
EPPCodecComponentextension found
-