Class EndpointCertificateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateException
-
- All Implemented Interfaces:
java.io.Serializable
public class EndpointCertificateException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointCertificateException.Type
-
Constructor Summary
Constructors Constructor Description EndpointCertificateException(EndpointCertificateException.Type type, java.lang.String message)EndpointCertificateException(EndpointCertificateException.Type type, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointCertificateException.Typetype()
-
-
-
Constructor Detail
-
EndpointCertificateException
public EndpointCertificateException(EndpointCertificateException.Type type, java.lang.String message)
-
EndpointCertificateException
public EndpointCertificateException(EndpointCertificateException.Type type, java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
type
public EndpointCertificateException.Type type()
-
-