javax.resource.spi
Class ApplicationServerInternalException

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

public class ApplicationServerInternalException
extends ResourceException (src)

A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server. This could include such errors as configuration related or implementation mechanism related errors.

See Also:
Serialized Form

Constructor Summary
ApplicationServerInternalException()
          Create an exception.
ApplicationServerInternalException(java.lang.String reason)
          Create an exception with a reason.
ApplicationServerInternalException(java.lang.String reason, java.lang.String errorCode)
          Create an exception with a reason and an errorCode.
ApplicationServerInternalException(java.lang.String reason, java.lang.Throwable cause)
          Create an exception with a reason and cause.
ApplicationServerInternalException(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

ApplicationServerInternalException

public ApplicationServerInternalException()
Create an exception.


ApplicationServerInternalException

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

Parameters:
reason - the reason

ApplicationServerInternalException

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

Parameters:
reason - the reason
errorCode - the error code

ApplicationServerInternalException

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

Parameters:
reason - the reason
cause - the cause

ApplicationServerInternalException

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

Parameters:
cause - the cause