Class StorageConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.storage.exceptions.StorageConfigurationException
one.microstream.storage.exceptions.StorageConfigurationIoException
one.microstream.storage.exceptions.StorageConfigurationNotFoundException
- All Implemented Interfaces:
Serializable
public class StorageConfigurationNotFoundException extends StorageConfigurationIoException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageConfigurationNotFoundException()
StorageConfigurationNotFoundException(String message)
StorageConfigurationNotFoundException(String message, Throwable cause)
StorageConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageConfigurationNotFoundException(Throwable cause)
-
Method Summary
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, 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() -
StorageConfigurationNotFoundException
-
StorageConfigurationNotFoundException
-
StorageConfigurationNotFoundException
-
StorageConfigurationNotFoundException
-