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, 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 Summary
Modifier and Type Method Description String
assembleDetailString()
StorageBackupFile
backupFile()
XGettingTable<Long,StorageBackupFile>
backupFiles()
StorageInventoryFile
storageFile()
StorageInventory
storageInventory()
-
Methods inherited from class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndex
channelIndex
-
Methods inherited from class one.microstream.exceptions.BaseException
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, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, Throwable cause)
-
StorageExceptionBackupInconsistentFileLength
public StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, XGettingTable<Long,StorageBackupFile> backupFiles, StorageInventoryFile storageFile, long storageFileLength, StorageBackupFile backupFile, long backupFileLength, String message, Throwable cause)
-
StorageExceptionBackupInconsistentFileLength
public 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
-
storageInventory
public final StorageInventory storageInventory()
-
backupFiles
public final XGettingTable<Long,StorageBackupFile> backupFiles()
-
storageFile
public final StorageInventoryFile storageFile()
-
backupFile
public final StorageBackupFile backupFile()
-
assembleDetailString
public String assembleDetailString()
- Overrides:
assembleDetailString
in classBaseException
-
-