Class StorageExceptionBackupCopying
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.StorageExceptionBackupCopying
- All Implemented Interfaces:
 Serializable
public class StorageExceptionBackupCopying extends StorageExceptionBackup
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile)StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message)StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause)StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, Throwable cause) - 
Method Summary
Modifier and Type Method Description StringassembleDetailString()StorageBackupFilebackupFile()longlength()StorageChannelFilesourceFile()longsourcePosition()Methods inherited from class one.microstream.exceptions.BaseException
assembleExplicitMessageAddon, assembleOutputString, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StorageExceptionBackupCopying
public StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile) - 
StorageExceptionBackupCopying
public StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message) - 
StorageExceptionBackupCopying
public StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, Throwable cause) - 
StorageExceptionBackupCopying
public StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause) - 
StorageExceptionBackupCopying
public StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
 - 
 - 
Method Details
- 
sourceFile
 - 
sourcePosition
public final long sourcePosition() - 
length
public final long length() - 
backupFile
 - 
assembleDetailString
- Overrides:
 assembleDetailStringin classBaseException
 
 -