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:
java.io.Serializable
public class EPPDuplicateExtensionException extends EPPCodecException
Exception used to identify that a duplicate extension was found in the list of extensions.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description EPPDuplicateExtensionException(EPPCodecComponent aExtensionClass)
Constructor for EPPComponentNotFoundException that takes an info string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EPPCodecComponent
getExtension()
Get the duplicate extensionClass
found.-
Methods inherited from class com.verisign.epp.codec.gen.EPPCodecException
equals, getValue
-
-
-
-
Constructor Detail
-
EPPDuplicateExtensionException
public EPPDuplicateExtensionException(EPPCodecComponent aExtensionClass)
Constructor for EPPComponentNotFoundException that takes an info string.- Parameters:
aExtensionClass
- Duplicate extension class found
-
-
Method Detail
-
getExtension
public EPPCodecComponent getExtension()
Get the duplicate extensionClass
found.- Returns:
- The duplicate
EPPCodecComponent
extension found
-
-