javax.resource.spi
Class ApplicationServerInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ApplicationServerInternalException
- All Implemented Interfaces:
- java.io.Serializable
public class ApplicationServerInternalException
- extends ResourceException
An exception with internal causes.
- See Also:
- Serialized Form
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 |
ApplicationServerInternalException
public ApplicationServerInternalException()
ApplicationServerInternalException
public ApplicationServerInternalException(java.lang.String reason)
ApplicationServerInternalException
public ApplicationServerInternalException(java.lang.String reason,
java.lang.String errorCode)
ApplicationServerInternalException
public ApplicationServerInternalException(java.lang.String reason,
java.lang.Throwable e)
ApplicationServerInternalException
public ApplicationServerInternalException(java.lang.Throwable e)