Class IllegalDialogStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- IllegalDialogStateException
-
- All Implemented Interfaces:
Serializable
public class IllegalDialogStateException extends ProtocolException
Exception thrown when a dialog is asked to do something it is in the wrong state to handle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalDialogStateException()
IllegalDialogStateException(String msg)
IllegalDialogStateException(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
-
-