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, toJsonpublic KeepExceptionServer(java.lang.String message)
message - public KeepExceptionServer(java.lang.String message,
java.lang.Object... args)
message - args - Formatter inputpublic ErrorClassification getKeepErrorType()
KeepExceptionTypeThe type of error the Exception represents
getKeepErrorType in interface KeepExceptionTypegetKeepErrorType in class KeepExceptionpublic org.apache.logging.log4j.Level getLevel()
getLevel in interface KeepExceptionTypegetLevel in class KeepException