java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyConnectedException, CancellationException, CancelledKeyException, ClosedSelectorException, ConnectionPendingException, FormatterClosedException, IllegalBlockingModeException, IllegalComponentStateException, InvalidDnDOperationException, InvalidMarkException, NoConnectionPendingException, NonReadableChannelException, NonWritableChannelException, NotYetBoundException, NotYetConnectedException, OverlappingFileLockException
- See Also:
- Top Examples, Source Code
public IllegalStateException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalStateException(String s)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalStateException(String message,
Throwable cause)
- See Also:
Throwable.getCause()
, Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalStateException(Throwable cause)
- See Also:
Throwable.getCause()
, PrivilegedActionException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples