public class KeepExceptionServer extends KeepException implements KeepExceptionType
Something when the server f****d up
Constructor and Description |
---|
KeepExceptionServer(java.lang.String message) |
KeepExceptionServer(java.lang.String message,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
ErrorClassification |
getKeepErrorType()
The type of error the Exception represents
|
org.apache.logging.log4j.Level |
getLevel() |
fromJson, fromThrowable, get, getLocation, status, toJson
public KeepExceptionServer(java.lang.String message)
message
- public KeepExceptionServer(java.lang.String message, java.lang.Object... args)
message
- args
- Formatter inputpublic ErrorClassification getKeepErrorType()
KeepExceptionType
The type of error the Exception represents
getKeepErrorType
in interface KeepExceptionType
getKeepErrorType
in class KeepException
public org.apache.logging.log4j.Level getLevel()
getLevel
in interface KeepExceptionType
getLevel
in class KeepException