Java javax.resource ResourceException fields, constructors, methods, implement or subclass

Example usage for Java javax.resource ResourceException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource ResourceException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
StringgetMessage()
Returns a detailed message string describing this exception.