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, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 by Red Hat. All Rights Reserved.