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, toJsonpublic KeepExceptionWrongServer(io.vertx.core.json.JsonObject redirectionMessage)
redirectionMessage - public java.lang.String getLocation()
getLocation in class KeepExceptionpublic 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