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 SummaryConstructors 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 SummaryModifier and Type Method Description StringassembleDetailString()StorageBackupFilebackupFile()longlength()StorageChannelFilesourceFile()longsourcePosition()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StorageExceptionBackupCopyingpublic StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile)
- 
StorageExceptionBackupCopyingpublic StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message)
- 
StorageExceptionBackupCopyingpublic StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, Throwable cause)
- 
StorageExceptionBackupCopyingpublic StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause)
- 
StorageExceptionBackupCopyingpublic StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
 
- 
- 
Method Details- 
sourceFile
- 
sourcePositionpublic final long sourcePosition()
- 
lengthpublic final long length()
- 
backupFile
- 
assembleDetailString- Overrides:
- assembleDetailStringin class- BaseException
 
 
-