public class CertificateSourceUnavailableException extends IOException
| Constructor and Description |
|---|
CertificateSourceUnavailableException(String message)
Constructor with a message.
|
CertificateSourceUnavailableException(String message,
Throwable cause)
Constructor with a message and throwable cause.
|
CertificateSourceUnavailableException(Throwable cause)
Constructor with a throwable cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateSourceUnavailableException(String message, Throwable cause)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public CertificateSourceUnavailableException(Throwable cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public CertificateSourceUnavailableException(String message)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)Copyright © 2026 Google. All rights reserved.