public class InitException extends RuntimeException
| Constructor and Description |
|---|
InitException(String message) |
InitException(String message,
Throwable cause)
Include the cause into the exception instead of printing a custom message,
or using the wrong param.
|
InitException(Throwable cause)
Include the cause into the exception instead of printing a custom message,
or using the wrong param.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitException(String message)
public InitException(String message, Throwable cause)
message - custom messagecause - the cause of the exception (Stacktrace)public InitException(Throwable cause)
cause - the cause of the exception (Stacktrace)Copyright © 2021. All rights reserved.