Package org.apache.zookeeper.common
Class X509Exception.SSLContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.zookeeper.common.X509Exception
-
- org.apache.zookeeper.common.X509Exception.SSLContextException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- X509Exception
public static class X509Exception.SSLContextException extends X509Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.common.X509Exception
X509Exception.KeyManagerException, X509Exception.SSLContextException, X509Exception.TrustManagerException
-
-
Constructor Summary
Constructors Constructor Description SSLContextException(java.lang.String message)
SSLContextException(java.lang.String message, java.lang.Throwable cause)
SSLContextException(java.lang.Throwable cause)
-