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