public class SecureStoreException extends HazelcastException
| Constructor and Description |
|---|
SecureStoreException(String message)
Creates a
SecureStoreException with the given message. |
SecureStoreException(String message,
Throwable cause)
Creates a
SecureStoreException with the given detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecureStoreException(String message)
SecureStoreException with the given message.message - the message for the exceptionpublic SecureStoreException(String message, Throwable cause)
SecureStoreException with the given detail message and cause.message - the message for the exceptioncause - the cause of the exceptionCopyright © 2019 Hazelcast, Inc.. All rights reserved.