Class UnknownOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- 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 Summary
Constructors Constructor Description UnknownOperationException()
UnknownOperationException(String msg)
UnknownOperationException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-