Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateException.Type
-
Packages that use EndpointCertificateException.Type Package Description com.yahoo.vespa.hosted.controller.api.integration.certificates -
-
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.Type Modifier and Type Method Description EndpointCertificateException.TypeEndpointCertificateException. type()static EndpointCertificateException.TypeEndpointCertificateException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointCertificateException.Type[]EndpointCertificateException.Type. 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.certificates with parameters of type EndpointCertificateException.Type Constructor Description EndpointCertificateException(EndpointCertificateException.Type type, String message)EndpointCertificateException(EndpointCertificateException.Type type, String message, Throwable cause)
-