Class Codec.CodecException

    • Constructor Detail

      • CodecException

        public CodecException​(String message)
        Constructor
        Parameters:
        message - the message.
      • CodecException

        public CodecException​(String msg,
                              Throwable t)
        Construct a new CodecException
        Parameters:
        msg - The message for this exception.
        t - The exception wrapped by this object.