public class HttpApplicationException extends Exception
Constructor and Description |
---|
HttpApplicationException(String message)
Constructs a new exception with the specified detail message.
|
HttpApplicationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
HttpApplicationException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpApplicationException(String message)
message
- The detail message.public HttpApplicationException(Throwable cause)
cause
- The exception which caused this exception to be thrown.Copyright © 2010-2018, ForgeRock All Rights Reserved.