Class StorageExceptionBackupEmptyStorageBackupAhead
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.StorageExceptionBackupChannelIndex
one.microstream.storage.exceptions.StorageExceptionBackupEmptyStorageBackupAhead
- All Implemented Interfaces:
Serializable
public class StorageExceptionBackupEmptyStorageBackupAhead extends StorageExceptionBackupChannelIndex
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles)
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message)
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause)
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, Throwable cause)
-
Method Summary
Modifier and Type Method Description XGettingTable<Long,StorageBackupDataFile>
backupFiles()
StorageInventory
storageInventory()
Methods inherited from class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndex
channelIndex
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
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles) -
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message) -
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, Throwable cause) -
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause) -
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Details