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.
|
isWrapper
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SecurityFailureException(String message)
message
- error textpublic SecurityFailureException(Throwable cause)
cause
- error causing the handler to fail processingCopyright © 2013–2019 JBoss by Red Hat. All rights reserved.