当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
ApplicationServerInternalException (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.resource.spi
Class ApplicationServerInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ApplicationServerInternalException
- All Implemented Interfaces:
- Serializable
- public class ApplicationServerInternalException
- extends ResourceException
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApplicationServerInternalException
public ApplicationServerInternalException(String reason)
- Create an exception with a reason.
ApplicationServerInternalException
public ApplicationServerInternalException(String reason,
String errorCode)
- Create an exception with a reason and an errorCode.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.