public class CertificateException extends Exception
| Constructor and Description |
|---|
CertificateException()
Default constructor.
|
CertificateException(String message)
Construct an exception with given message.
|
CertificateException(String message,
Throwable e)
Construct an exception with given message from a Throwable.
|
CertificateException(Throwable e)
Construct an exception from a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateException()
public CertificateException(String message)
message - The message.public CertificateException(Throwable e)
e - The Throwable.Copyright © 2021. All rights reserved.