public class KeepExceptionWrongServer extends KeepException implements KeepExceptionType
Requested a database that is not on the current server mostly used in PIM context. Special here: Message = Redirection URL!
Constructor and Description |
---|
KeepExceptionWrongServer(io.vertx.core.json.JsonObject redirectionMessage) |
Modifier and Type | Method and Description |
---|---|
ErrorClassification |
getKeepErrorType()
The type of error the Exception represents
|
org.apache.logging.log4j.Level |
getLevel() |
java.lang.String |
getLocation() |
fromJson, fromThrowable, get, status, toJson
public KeepExceptionWrongServer(io.vertx.core.json.JsonObject redirectionMessage)
redirectionMessage
- public java.lang.String getLocation()
getLocation
in class KeepException
public 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