Class ApplicationServerInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.ApplicationServerInternalException
All Implemented Interfaces:
Serializable

public class ApplicationServerInternalException extends ResourceException
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).
Version:
1.0
See Also: