|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.ResourceAllocationException
A ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections). An example is error condition when an upper bound is reached on the maximum number of physical connections that can be managed by an application server specific connection pool.
| Constructor Summary | |
ResourceAllocationException(java.lang.String reason)
Create a ResourceAllocationException with reason. |
|
ResourceAllocationException(java.lang.String reason,
java.lang.String errorCode)
Create a ResourceAllocationException. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ResourceAllocationException(java.lang.String reason,
java.lang.String errorCode)
reason - a description of the exceptionerrorCode - a string specifying the vendor specific
error codepublic ResourceAllocationException(java.lang.String reason)
reason - a description of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||