Class EPPEncodeException

All Implemented Interfaces:
Serializable

public class EPPEncodeException extends EPPCodecException
Represents an exception while encoding an XML Element tree from a concrete EPPCodecComponent.
See Also:
  • Constructor Details

    • EPPEncodeException

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

      public EPPEncodeException(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.
    • EPPEncodeException

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