Class StorageExceptionIo
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.storage.exceptions.StorageException
one.microstream.storage.exceptions.StorageExceptionIo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StorageExceptionIoReading
,StorageExceptionIoWriting
public class StorageExceptionIo extends StorageException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageExceptionIo()
StorageExceptionIo(String message)
StorageExceptionIo(String message, Throwable cause)
StorageExceptionIo(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageExceptionIo(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
-
StorageExceptionIo
public StorageExceptionIo() -
StorageExceptionIo
-
StorageExceptionIo
-
StorageExceptionIo
-
StorageExceptionIo
-