Class UnknownErrorException

  • All Implemented Interfaces:
    Serializable

    public class UnknownErrorException
    extends ProtocolException
    Exception thrown if an attempt is made to decode or encode an error that is not defined for the operation it is used on.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownErrorException

        public UnknownErrorException()
      • UnknownErrorException

        public UnknownErrorException​(String msg)
      • UnknownErrorException

        public UnknownErrorException​(String msg,
                                     Throwable cause)