javax.resource.spi
public class: ResourceAdapterInternalException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ResourceAdapterInternalException
All Implemented Interfaces:
Serializable
A
ResourceAdapterInternalException indicates any
system-level error conditions related to a resource adapter.
The common conditions indicated by this exception type are:
- Invalid configuration for creation of a new physical connection. An
example is invalid server name for a target EIS instance.
- Failure to create a physical connection to a EIS instance due to
communication protocol error or any resource adapter implementation
specific error.
- Error conditions internal to resource adapter implementation.
- version:
1.0 -
- author:
Rahul - Sharma
- author:
Ram - Jeyaraman
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |