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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2013 JBoss by Red Hat. All rights reserved.