public class InitialisationException extends SystemException
Constructor and Description |
---|
InitialisationException(String msg)
Creates a InitialisationException with the specified message.
|
InitialisationException(String msg,
Throwable throwable)
Creates a InitialisationException with the specified message and cause.
|
InitialisationException(Throwable throwable)
Creates a InitialisationException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InitialisationException(String msg)
msg
- the message.public InitialisationException(String msg, Throwable throwable)
msg
- the message.throwable
- the cause of the exception.public InitialisationException(Throwable throwable)
throwable
- the cause of the exception.Copyright © 2021. All rights reserved.