public final class InitialisationException extends Exception
| Constructor and Description |
|---|
InitialisationException()
Creates a new instance of
InitialisationException without detail message. |
InitialisationException(String msg)
Constructs an instance of
InitialisationException with the specified detail message. |
InitialisationException(String msg,
Throwable cause)
Constructs an instance of
InitialisationException with the specified detail message and the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitialisationException()
InitialisationException without detail message.public InitialisationException(String msg)
InitialisationException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.