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,StorageBackupFile> backupFiles)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message, Throwable cause)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, Throwable cause)
-
Method Summary
Modifier and Type Method Description XGettingTable<Long,StorageBackupFile>backupFiles()StorageInventorystorageInventory()-
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 Detail
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles)
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message)
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, Throwable cause)
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message, Throwable cause)
-
StorageExceptionBackupEmptyStorageBackupAhead
public StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
storageInventory
public final StorageInventory storageInventory()
-
backupFiles
public final XGettingTable<Long,StorageBackupFile> backupFiles()
-
-