Class StorageExceptionBackupInconsistentFileLength
- 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.StorageExceptionBackupInconsistentFileLength
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class StorageExceptionBackupInconsistentFileLength extends StorageExceptionBackupChannelIndex - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message, Throwable cause)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, Throwable cause)
 - 
Method SummaryModifier and Type Method Description StringassembleDetailString()StorageBackupFilebackupFile()XGettingTable<Long,StorageBackupFile>backupFiles()StorageInventoryFilestorageFile()StorageInventorystorageInventory()- 
Methods inherited from class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndexchannelIndex
 - 
Methods inherited from class one.microstream.exceptions.BaseExceptionassembleOutputString, getMessage, message
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
StorageExceptionBackupInconsistentFileLengthpublic StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength) 
 - 
StorageExceptionBackupInconsistentFileLengthpublic StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message) 
 - 
StorageExceptionBackupInconsistentFileLengthpublic StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, Throwable cause) 
 - 
StorageExceptionBackupInconsistentFileLengthpublic StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message, Throwable cause) 
 - 
StorageExceptionBackupInconsistentFileLengthpublic StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
 
- 
 - 
Method Detail- 
storageInventorypublic final StorageInventory storageInventory() 
 - 
backupFilespublic final XGettingTable<Long,StorageBackupFile> backupFiles() 
 - 
storageFilepublic final StorageInventoryFile storageFile() 
 - 
backupFilepublic final StorageBackupFile backupFile() 
 - 
assembleDetailStringpublic String assembleDetailString() - Overrides:
- assembleDetailStringin class- BaseException
 
 
- 
 
-