Class EPPDecodeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EPPComponentNotFoundException, InvalidValueException

public class EPPDecodeException extends EPPCodecException
Represents an exception while decoding an XML Element tree into a concrete EPPCodecComponent.
See Also:
  • Constructor Details

    • EPPDecodeException

      public EPPDecodeException(String info)
      Constructor for EPPDecodeException that takes an info string.
      Parameters:
      info - Text description of the exception.
    • EPPDecodeException

      public EPPDecodeException(String info, EPPCodecException excep)
      Constructor for EPPDecodeException that takes an info string and the base EPPCodecException.
      Parameters:
      info - Text description of the exception.
      excep - the EPPCodecException letting us know which specific error has occured to be propagated to the Assembler.
    • EPPDecodeException

      public EPPDecodeException(EPPCodecException excep)
      Copy Constructor for EPPDecodeException that takes the base EPPCodecException.
      Parameters:
      excep - the EPPCodecException letting us know which specific error has occured to be propagated to the Assembler.