| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException javax.resource.spi.ResourceAdapterInternalException
ResourceAdapterInternalException | public class ResourceAdapterInternalException extends ResourceException (Code) | | A ResourceAdapterInternalException indicates any system level error
conditions related to a resource adapter. Examples are invalid
configuration, failure to create a connection to an underlying resource,
other error condition internal to the resource adapter.
|
ResourceAdapterInternalException | public ResourceAdapterInternalException()(Code) | | Create an exception.
|
ResourceAdapterInternalException | public ResourceAdapterInternalException(String reason)(Code) | | Create an exception with a reason.
|
ResourceAdapterInternalException | public ResourceAdapterInternalException(String reason, String errorCode)(Code) | | Create an exception with a reason and an errorCode.
|
ResourceAdapterInternalException | public ResourceAdapterInternalException(String reason, Throwable cause)(Code) | | Create an exception with a reason and cause.
Parameters: reason - the reason Parameters: cause - the cause |
ResourceAdapterInternalException | public ResourceAdapterInternalException(Throwable cause)(Code) | | Create an exception with a cause.
Parameters: cause - the cause |
|
|
|