H A D | IllegalStateException.java | 44 * An <code>IllegalStateException</code> 54 public class IllegalStateException extends javax.resource.ResourceException { class in inherits:javax.resource.ResourceException 59 public IllegalStateException() { super(); } method in class:IllegalStateException 66 public IllegalStateException(String message) { method in class:IllegalStateException 75 public IllegalStateException(Throwable cause) { method in class:IllegalStateException 86 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException 97 public IllegalStateException(String message, String errorCode) { method in class:IllegalStateException
|