Class StorageConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.storage.configuration.StorageConfigurationException
one.microstream.storage.configuration.StorageConfigurationIoException
one.microstream.storage.configuration.StorageConfigurationNotFoundException
- All Implemented Interfaces:
Serializable
@Deprecated public class StorageConfigurationNotFoundException extends StorageConfigurationIoException
Deprecated.
will be removed in a future release
-
Constructor Summary
Constructors Constructor Description StorageConfigurationNotFoundException()
Deprecated.StorageConfigurationNotFoundException(String message)
Deprecated.StorageConfigurationNotFoundException(String message, Throwable cause)
Deprecated.StorageConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Deprecated.StorageConfigurationNotFoundException(Throwable cause)
Deprecated. -
Method Summary
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageConfigurationNotFoundException
public StorageConfigurationNotFoundException()Deprecated. -
StorageConfigurationNotFoundException
public StorageConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Deprecated. -
StorageConfigurationNotFoundException
Deprecated. -
StorageConfigurationNotFoundException
Deprecated. -
StorageConfigurationNotFoundException
Deprecated.
-