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