public class EPPDecodeException extends EPPCodecException
EPPCodecComponent
. MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED
Constructor and Description |
---|
EPPDecodeException(EPPCodecException excep)
Copy Constructor for EPPDecodeException that takes the base
EPPCodecException.
|
EPPDecodeException(java.lang.String info)
Constructor for EPPDecodeException that takes an info string.
|
EPPDecodeException(java.lang.String info,
EPPCodecException excep)
Constructor for EPPDecodeException that takes an info string and the
base EPPCodecException.
|
equals, getValue
public EPPDecodeException(java.lang.String info)
info
- Text description of the exception.public EPPDecodeException(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 EPPDecodeException(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.