public class EPPEncodeException extends EPPCodecException
EPPCodecComponent.MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED| Constructor and Description |
|---|
EPPEncodeException(EPPCodecException excep)
Copy Constructor for EPPEncodeException that takes the base
EPPCodecException.
|
EPPEncodeException(java.lang.String info)
Constructor for EPPEncodeException that takes an info string.
|
EPPEncodeException(java.lang.String info,
EPPCodecException excep)
Constructor for EPPDecodeException that takes an info string and the
base EPPCodecException.
|
equals, getValuepublic EPPEncodeException(java.lang.String info)
info - Text description of the exception.public EPPEncodeException(java.lang.String info,
EPPCodecException excep)
info - Text description of the exception.excep - the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.public EPPEncodeException(EPPCodecException excep)
excep - the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.Copyright © VeriSign Inc. All Rights Reserved.