站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended byjavax.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

Constructor Summary
ApplicationServerInternalException(String reason)
          Create an exception with a reason.
ApplicationServerInternalException(String reason, String errorCode)
          Create an exception with a reason and an errorCode.
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, 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

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.