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 Summary
Constructors Constructor Description StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassembleDetailString()StorageBackupDataFilebackupFile()one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile>backupFiles()StorageDataFiledataFile()StorageInventorystorageInventory()-
Methods inherited from class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndex
channelIndex
-
Methods inherited from class one.microstream.exceptions.BaseException
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
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, Throwable cause)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
storageInventory
public final StorageInventory storageInventory()
-
backupFiles
public final one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles()
-
dataFile
public final StorageDataFile dataFile()
-
backupFile
public final StorageBackupDataFile backupFile()
-
assembleDetailString
public String assembleDetailString()
- Overrides:
assembleDetailStringin classone.microstream.exceptions.BaseException
-
-