Package org.apache.zookeeper.common
Class X509Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.zookeeper.common.X509Exception
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
X509Exception.KeyManagerException
,X509Exception.SSLContextException
,X509Exception.TrustManagerException
public class X509Exception extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
X509Exception.KeyManagerException
static class
X509Exception.SSLContextException
static class
X509Exception.TrustManagerException
-
Constructor Summary
Constructors Constructor Description X509Exception(java.lang.String message)
X509Exception(java.lang.String message, java.lang.Throwable cause)
X509Exception(java.lang.Throwable cause)
-