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

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DIllegalStateException.java44 * 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

Completed in 15 milliseconds