public class ResourceAdapterInternalException extends ResourceException
Constructor and Description |
---|
ResourceAdapterInternalException()
Create an exception.
|
ResourceAdapterInternalException(String reason)
Create an exception with a reason.
|
ResourceAdapterInternalException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
ResourceAdapterInternalException(String reason,
Throwable cause)
Create an exception with a reason and cause.
|
ResourceAdapterInternalException(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 ResourceAdapterInternalException()
public ResourceAdapterInternalException(String reason)
public ResourceAdapterInternalException(String reason, String errorCode)
public ResourceAdapterInternalException(String reason, Throwable cause)
reason
- the reasoncause
- the causepublic ResourceAdapterInternalException(Throwable cause)
cause
- the causeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.