当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
EISSystemException (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.resource.spi
Class EISSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.EISSystemException
- All Implemented Interfaces:
- Serializable
- public class EISSystemException
- extends ResourceException
A EISSystemException is used to indicate EIS specific error conditios.
Common error conditions are failure of the EIS, communication failure
or an EIS specific failure during creation of a new connection.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EISSystemException
public EISSystemException(String reason)
- Create an exception with a reason.
EISSystemException
public EISSystemException(String reason,
String errorCode)
- Create an exception with a reason and an errorCode.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.