public class FailureException extends LoggerException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
ERROR, OTHER, WARNING| Constructor and Description |
|---|
FailureException(LoggerException loggerException) |
FailureException(String message,
int logLevel) |
FailureException(String message,
Throwable cause,
int logLevel) |
FailureException(Throwable cause,
int logLevel)
Übernimmt die Fehlermeldung der übergebenen Exception
|
getLogLevel, log, log, logaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public FailureException(String message, int logLevel)
message - Fehlermeldung.logLevel - Log-Levelpublic FailureException(Throwable cause, int logLevel)
cause - Grund.logLevel - Log-Levelpublic FailureException(String message, Throwable cause, int logLevel)
message - Fehlermeldung.cause - Grund.logLevel - Log-Levelpublic FailureException(LoggerException loggerException)
loggerException - Fehlermeldung