Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateException.Type
Packages that use EndpointCertificateException.Type
-
Uses of EndpointCertificateException.Type in com.yahoo.vespa.hosted.controller.api.integration.certificates
Methods in com.yahoo.vespa.hosted.controller.api.integration.certificates that return EndpointCertificateException.TypeModifier and TypeMethodDescriptionEndpointCertificateException.type()Returns the enum constant of this class with the specified name.static EndpointCertificateException.Type[]EndpointCertificateException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.certificates with parameters of type EndpointCertificateException.TypeModifierConstructorDescriptionEndpointCertificateException(EndpointCertificateException.Type type, String message) EndpointCertificateException(EndpointCertificateException.Type type, String message, Throwable cause)