Class StorageExceptionFileDeletionDisabled
- 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.StorageExceptionBackup
-
- one.microstream.storage.exceptions.StorageExceptionFileDeletionDisabled
-
- All Implemented Interfaces:
Serializable
public class StorageExceptionFileDeletionDisabled extends StorageExceptionBackup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageExceptionFileDeletionDisabled()StorageExceptionFileDeletionDisabled(String message)StorageExceptionFileDeletionDisabled(String message, Throwable cause)StorageExceptionFileDeletionDisabled(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionFileDeletionDisabled(Throwable cause)
-
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 Detail
-
StorageExceptionFileDeletionDisabled
public StorageExceptionFileDeletionDisabled()
-
StorageExceptionFileDeletionDisabled
public StorageExceptionFileDeletionDisabled(String message)
-
StorageExceptionFileDeletionDisabled
public StorageExceptionFileDeletionDisabled(Throwable cause)
-
StorageExceptionFileDeletionDisabled
public StorageExceptionFileDeletionDisabled(String message, Throwable cause)
-
-