public class HandlerException extends Exception
Constructor and Description |
---|
HandlerException()
Constructs a new exception with
null as its detail message. |
HandlerException(String message)
Constructs a new exception with the specified detail message.
|
HandlerException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
HandlerException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HandlerException()
null
as its detail message.public HandlerException(String message)
message
- The specified detail message.public HandlerException(Throwable cause)
cause
- the specified cause of this exception.public HandlerException(String message, Throwable cause)
message
- The specified detail message.cause
- the specified cause of this exception.Copyright © 2014 ForgeRock AS. All rights reserved.