| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException javax.resource.spi.ApplicationServerInternalException
ApplicationServerInternalException | public class ApplicationServerInternalException extends ResourceException (Code) | | 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.
|
ApplicationServerInternalException | public ApplicationServerInternalException()(Code) | | Create an exception.
|
ApplicationServerInternalException | public ApplicationServerInternalException(String reason)(Code) | | Create an exception with a reason.
Parameters: reason - the reason |
ApplicationServerInternalException | public ApplicationServerInternalException(String reason, String errorCode)(Code) | | Create an exception with a reason and an errorCode.
Parameters: reason - the reason Parameters: errorCode - the error code |
ApplicationServerInternalException | public ApplicationServerInternalException(String reason, Throwable cause)(Code) | | Create an exception with a reason and cause.
Parameters: reason - the reason Parameters: cause - the cause |
ApplicationServerInternalException | public ApplicationServerInternalException(Throwable cause)(Code) | | Create an exception with a cause.
Parameters: cause - the cause |
|
|
|