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

/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DIllegalStateException.java38 class IllegalStateException extends RuntimeException { class in inherits:RuntimeException
43 public IllegalStateException() { method in class:IllegalStateException
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 34 milliseconds