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 SummaryConstructors 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 SummaryModifier and Type Method Description XGettingTable<Long,StorageBackupDataFile>backupFiles()StorageInventorystorageInventory()Methods inherited from class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndexchannelIndexMethods inherited from class one.microstream.exceptions.BaseExceptionassembleDetailString, assembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StorageExceptionBackupEmptyStorageBackupAheadpublic StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles)
- 
StorageExceptionBackupEmptyStorageBackupAheadpublic StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message)
- 
StorageExceptionBackupEmptyStorageBackupAheadpublic StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, Throwable cause)
- 
StorageExceptionBackupEmptyStorageBackupAheadpublic StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause)
- 
StorageExceptionBackupEmptyStorageBackupAheadpublic StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
 
- 
- 
Method Details