public class SecurityFailureException extends HandlerException
MESSAGE_TYPE| Constructor and Description |
|---|
SecurityFailureException(String message)
Create a new SecurityFailureException with the specified error message.
|
SecurityFailureException(String message,
Throwable cause)
Create a new SecurityFailureException with the specified error message and cause.
|
SecurityFailureException(Throwable cause)
Create a new SecurityFailureException with the specified cause.
|
isWrapperaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityFailureException(String message)
message - error textpublic SecurityFailureException(Throwable cause)
cause - error causing the handler to fail processingCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.