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