public class KeepExceptionWrongDataRequest extends KeepException implements KeepExceptionType
Error when request data is wrong
Constructor and Description |
---|
KeepExceptionWrongDataRequest(java.lang.String message) |
KeepExceptionWrongDataRequest(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 KeepExceptionWrongDataRequest(java.lang.String message)
message
- public KeepExceptionWrongDataRequest(java.lang.String message, java.lang.Object... args)
message
- args
- public org.apache.logging.log4j.Level getLevel()
getLevel
in interface KeepExceptionType
getLevel
in class KeepException
public ErrorClassification getKeepErrorType()
KeepExceptionType
The type of error the Exception represents
getKeepErrorType
in interface KeepExceptionType
getKeepErrorType
in class KeepException
cause
-