public class KeystoreManagerException extends RuntimeException
| Constructor and Description |
|---|
KeystoreManagerException(String message)
Constructs a new KeystoreManagerException with the specified detail message.
|
KeystoreManagerException(String message,
Throwable cause)
Constructs a new KeystoreManagerException with the specified detail message.
|
KeystoreManagerException(Throwable t)
Constructs a new KeyStoreManagerException with the specified throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeystoreManagerException(String message)
Throwable.initCause(java.lang.Throwable).message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public KeystoreManagerException(String message, Throwable cause)
Throwable.initCause(java.lang.Throwable).message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.cause - The Throwable that caused the exception.public KeystoreManagerException(Throwable t)
t - The cause of the Exception.Copyright © 2025 Open Identity Platform Community. All rights reserved.