Class EncodeException

  • All Implemented Interfaces:
    Serializable

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

      • EncodeException

        public EncodeException​(String message)
      • EncodeException

        public EncodeException​(String message,
                               Throwable cause)