public class ResourceAllocationException extends ResourceException
| Constructor and Description |
|---|
ResourceAllocationException()
Create an exception.
|
ResourceAllocationException(String reason)
Create an exception with a reason.
|
ResourceAllocationException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
ResourceAllocationException(String reason,
Throwable cause)
Create an exception with a reason and cause.
|
ResourceAllocationException(Throwable cause)
Create an exception with a cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceAllocationException()
public ResourceAllocationException(String reason)
public ResourceAllocationException(String reason, String errorCode)
public ResourceAllocationException(String reason, Throwable cause)
reason - the reasoncause - the causepublic ResourceAllocationException(Throwable cause)
cause - the causeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.