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