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:
Serializable
public class EndpointCertificateException extends 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, String message)EndpointCertificateException(EndpointCertificateException.Type type, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointCertificateException.Typetype()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EndpointCertificateException
public EndpointCertificateException(EndpointCertificateException.Type type, String message)
-
EndpointCertificateException
public EndpointCertificateException(EndpointCertificateException.Type type, String message, Throwable cause)
-
-
Method Detail
-
type
public EndpointCertificateException.Type type()
-
-