Package org.apache.zookeeper.common
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:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classX509Exception.KeyManagerExceptionstatic classX509Exception.SSLContextExceptionstatic classX509Exception.TrustManagerException
 - 
Constructor SummaryConstructors Constructor Description X509Exception(String message)X509Exception(String message, Throwable cause)X509Exception(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-