@ThreadSafe public class InitializationException extends Exception
| Constructor and Description |
|---|
InitializationException()
Creates a new InitializationException.
|
InitializationException(String msg)
Creates a new InitializationException.
|
InitializationException(String msg,
Throwable ex)
Creates a new InitializationException.
|
InitializationException(String msg,
Throwable ex,
boolean fatal)
Creates a new InitializationException.
|
InitializationException(Throwable ex)
Creates a new InitializationException.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFatal()
Get the value of fatal.
|
void |
setFatal(boolean fatal)
Set the value of fatal.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitializationException()
public InitializationException(String msg)
msg - a message for the exception.public InitializationException(Throwable ex)
ex - the cause of the exception.public InitializationException(String msg, Throwable ex)
msg - a message for the exception.ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.