Class DecodeException

  • All Implemented Interfaces:
    Serializable

    public class DecodeException
    extends IllegalStateException
    Runtime exception thrown when an attempt is made to access data that requires decoding of the enclosing datatype, but decoding fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • DecodeException

        public DecodeException​(String message)
      • DecodeException

        public DecodeException​(String message,
                               Throwable cause)