当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
ResourceAllocationException (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.resource.spi
Class ResourceAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ResourceAllocationException
- All Implemented Interfaces:
- Serializable
- public class ResourceAllocationException
- extends ResourceException
A ResourceAllocationException can be thrown to indicate a failure
to allocate system resources such as threads or physical connections.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceAllocationException
public ResourceAllocationException(String reason)
- Create an exception with a reason.
ResourceAllocationException
public ResourceAllocationException(String reason,
String errorCode)
- Create an exception with a reason and an errorCode.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.