Class CodecException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serialization ID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CodecException

        public CodecException()
        Constructor.
      • CodecException

        public CodecException​(@Nullable
                              String message)
        Constructor.
        Parameters:
        message - exception message
      • CodecException

        public CodecException​(@Nullable
                              Throwable cause)
        Constructor.
        Parameters:
        cause - the cause of the exception
      • CodecException

        public CodecException​(@Nullable
                              String message,
                              @Nullable
                              Throwable cause)
        Constructor.
        Parameters:
        message - exception message
        cause - the cause of the exceptio