Class EPPDecodeException

    • Constructor Detail

      • EPPDecodeException

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

        public EPPDecodeException​(java.lang.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.