Example usage for Java javax.resource ResourceException fields, constructors, methods, implement or subclass
The text is from its open source code.
ResourceException(String message) Constructs a new instance with the specified detail message. | |
ResourceException(Throwable cause) Constructs a new throwable with the specified cause. | |
ResourceException() Constructs a new instance with null as its detail message. | |
ResourceException(String message, Throwable cause) Constructs a new throwable with the specified detail message and cause. | |
ResourceException(String message, String errorCode) Create a new throwable with the specified message and error code. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getMessage() Returns a detailed message string describing this exception. |