java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.resource.ResourceException | +--javax.resource.spi.ApplicationServerInternalException
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server. These error conditions can be related to either configuration related errors or implementation of mechanisms internal to an application server (example: connection pooling, thread management).
ApplicationServerInternalException(java.lang.String reason)
ApplicationServerInternalException(java.lang.String reason,
java.lang.String errorCode)
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ApplicationServerInternalException(java.lang.String reason, java.lang.String errorCode)
reason
- a description of the exceptionerrorCode
- a string specifying the vendor specific
error codepublic ApplicationServerInternalException(java.lang.String reason)
reason
- a description of the exception