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