Class X509Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.zookeeper.common.X509Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
X509Exception.KeyManagerException, X509Exception.SSLContextException, X509Exception.TrustManagerException

public class X509Exception extends Exception
See Also:
  • Constructor Details

    • X509Exception

      public X509Exception(String message)
    • X509Exception

      public X509Exception(Throwable cause)
    • X509Exception

      public X509Exception(String message, Throwable cause)