Class IllegalOperationStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- IllegalOperationStateException
-
- All Implemented Interfaces:
Serializable
public class IllegalOperationStateException extends ProtocolException
Exception thrown when something is done involving an operation that is in an inappropriate state.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalOperationStateException()
IllegalOperationStateException(String msg)
IllegalOperationStateException(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
-
-