public class SecureStorageException extends Exception
| Constructor and Description |
|---|
SecureStorageException(String message)
Constructs an SecureStorageException using the given
message. |
SecureStorageException(String message,
Throwable cause)
Constructs an SecureStorageException using the given
message and parent cause. |
SecureStorageException(Throwable cause)
Constructs an SecureStorageException using the given parent
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecureStorageException(Throwable cause)
cause.cause - Error causepublic SecureStorageException(String message)
message.message - Error messageCopyright © 2025 Open Identity Platform Community. All rights reserved.