Save This Page
Home » glassfish-v2ur2-b04-src » javax.resource.spi » [javadoc | source]
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:
Constructor:
 public ResourceAdapterInternalException() 
 public ResourceAdapterInternalException(String message) 
    Constructs a new instance with the specified detail message.
    Parameters:
    message - the detail message.
 public ResourceAdapterInternalException(Throwable cause) 
    Constructs a new throwable with the specified cause.
    Parameters:
    cause - a chained exception of type Throwable.
 public ResourceAdapterInternalException(String message,
    Throwable cause) 
    Constructs a new throwable with the specified detail message and cause.
    Parameters:
    message - the detail message.
    cause - a chained exception of type Throwable.
 public ResourceAdapterInternalException(String message,
    String errorCode) 
    Constructs a new throwable with the specified detail message and an error code.
    Parameters:
    message - a description of the exception.
    errorCode - a string specifying the vendor specific error code.
Methods from javax.resource.ResourceException:
getErrorCode,   getLinkedException,   getMessage,   setErrorCode,   setLinkedException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait