Class ConfigServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerException
- All Implemented Interfaces:
Serializable
An exception due to server error, a bad request, or similar.
- Author:
- jonmv
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConfigServerException(ConfigServerException.ErrorCode code, String message) ConfigServerException(ConfigServerException.ErrorCode code, String message, String context) -
Method Summary
Modifier and TypeMethodDescriptioncode()message()static ConfigServerExceptionreadException(byte[] body, String context) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigServerException
-
ConfigServerException
-
-
Method Details
-
code
-
message
-
readException
-