|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ApplicationServerInternalException
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.
| Constructor Summary | |
ApplicationServerInternalException()
Create an exception. |
|
ApplicationServerInternalException(String reason)
Create an exception with a reason. |
|
ApplicationServerInternalException(String reason,
String errorCode)
Create an exception with a reason and an errorCode. |
|
ApplicationServerInternalException(String reason,
Throwable cause)
Create an exception with a reason and cause. |
|
ApplicationServerInternalException(Throwable cause)
Create an exception with a cause. |
|
| Methods inherited from class javax.resource.ResourceException |
getErrorCode, getLinkedException, setErrorCode, setLinkedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
public ApplicationServerInternalException()
public ApplicationServerInternalException(String reason)
reason - the reasonpublic ApplicationServerInternalException(String reason, String errorCode)
reason - the reasonerrorCode - the error codepublic ApplicationServerInternalException(String reason, Throwable cause)
reason - the reasoncause - the causepublic ApplicationServerInternalException(Throwable cause)
cause - the cause
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||