Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerException.ErrorCode
-
Packages that use ConfigServerException.ErrorCode Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of ConfigServerException.ErrorCode in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return ConfigServerException.ErrorCode Modifier and Type Method Description ConfigServerException.ErrorCodeConfigServerException. getErrorCode()static ConfigServerException.ErrorCodeConfigServerException.ErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigServerException.ErrorCode[]ConfigServerException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type ConfigServerException.ErrorCode Constructor Description ConfigServerException(java.net.URI serverUri, java.lang.String context, java.lang.String serverMessage, ConfigServerException.ErrorCode errorCode, java.lang.Throwable cause)
-