Class UnknownOperationException

  • All Implemented Interfaces:
    Serializable

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

      • UnknownOperationException

        public UnknownOperationException()
      • UnknownOperationException

        public UnknownOperationException​(String msg)
      • UnknownOperationException

        public UnknownOperationException​(String msg,
                                         Throwable cause)