Class CodecException

    • Constructor Detail

      • CodecException

        public CodecException()
        Creates a new CodecException.
      • CodecException

        public CodecException​(String message)
        Creates a new CodecException.
        Parameters:
        message - the reason for the exception.
      • CodecException

        public CodecException​(Throwable cause)
        Creates a new CodecException.
        Parameters:
        cause - the underlying cause of the exception.
      • CodecException

        public CodecException​(String message,
                              Throwable cause)
        Creates a new CodecException.
        Parameters:
        message - the reason for the exception.
        cause - the underlying cause of the exception.