public class CertificateException extends CryptoException
| Constructor and Description |
|---|
CertificateException()
Constructor.
|
CertificateException(String message)
Constructor.
|
CertificateException(String message,
Throwable cause)
Constructor.
|
CertificateException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateException()
public CertificateException(String message)
message - the exception message.public CertificateException(Throwable cause)
cause - the causing exception.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.