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 String
assembleDetailString()
StorageBackupFile
backupFile()
long
length()
StorageChannelFile
sourceFile()
long
sourcePosition()
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 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:
assembleDetailString
in classBaseException
-