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:
java.io.Serializable
public class ConfigServerException extends java.lang.RuntimeException- Author:
- Tony Vaagenes
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigServerException.ErrorCode
-
Constructor Summary
Constructors Constructor Description ConfigServerException(java.net.URI serverUri, java.lang.String context, java.lang.String serverMessage, ConfigServerException.ErrorCode errorCode, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigServerException.ErrorCodegetErrorCode()java.lang.StringgetServerMessage()java.net.URIgetServerUri()
-
-
-
Constructor Detail
-
ConfigServerException
public ConfigServerException(java.net.URI serverUri, java.lang.String context, java.lang.String serverMessage, ConfigServerException.ErrorCode errorCode, java.lang.Throwable cause)
-
-
Method Detail
-
getErrorCode
public ConfigServerException.ErrorCode getErrorCode()
-
getServerUri
public java.net.URI getServerUri()
-
getServerMessage
public java.lang.String getServerMessage()
-
-