javax.resource.spi
Class ResourceAdapterInternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException (src) 
              extended byjavax.resource.spi.ResourceAdapterInternalException
All Implemented Interfaces:
java.io.Serializable

public class ResourceAdapterInternalException
extends ResourceException (src)

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.

See Also:
Serialized Form

Constructor Summary
ResourceAdapterInternalException()
          Create an exception.
ResourceAdapterInternalException(java.lang.String reason)
          Create an exception with a reason.
ResourceAdapterInternalException(java.lang.String reason, java.lang.String errorCode)
          Create an exception with a reason and an errorCode.
ResourceAdapterInternalException(java.lang.String reason, java.lang.Throwable cause)
          Create an exception with a reason and cause.
ResourceAdapterInternalException(java.lang.Throwable cause)
          Create an exception with a cause.
 
Methods inherited from class javax.resource.ResourceException (src)
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceAdapterInternalException

public ResourceAdapterInternalException()
Create an exception.


ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.String reason)
Create an exception with a reason.


ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.String reason,
                                        java.lang.String errorCode)
Create an exception with a reason and an errorCode.


ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.String reason,
                                        java.lang.Throwable cause)
Create an exception with a reason and cause.

Parameters:
reason - the reason
cause - the cause

ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.Throwable cause)
Create an exception with a cause.

Parameters:
cause - the cause