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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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, a division of Red Hat, Inc.. All Rights Reserved.