Searched defs:IllegalStateException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DIllegalStateException.java38 class IllegalStateException extends RuntimeException { class in inherits:RuntimeException
40 * Constructs an IllegalStateException with no detail message.
43 public IllegalStateException() { method in class:IllegalStateException
48 * Constructs an IllegalStateException with the specified detail
54 public IllegalStateException(String s) { method in class:IllegalStateException
74 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
92 public IllegalStateException(Throwable cause) { method in class:IllegalStateException

Completed in 39 milliseconds