Class StorageConfigurationIoException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StorageConfigurationNotFoundException
@Deprecated public class StorageConfigurationIoException extends StorageConfigurationException
Deprecated.
will be removed in a future release
-
Constructor Summary
Constructors Constructor Description StorageConfigurationIoException()
Deprecated.StorageConfigurationIoException(String message)
Deprecated.StorageConfigurationIoException(String message, Throwable cause)
Deprecated.StorageConfigurationIoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Deprecated.StorageConfigurationIoException(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
-
StorageConfigurationIoException
public StorageConfigurationIoException()Deprecated. -
StorageConfigurationIoException
public StorageConfigurationIoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Deprecated. -
StorageConfigurationIoException
Deprecated. -
StorageConfigurationIoException
Deprecated. -
StorageConfigurationIoException
Deprecated.
-