Class StorageExceptionInvalidFile
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.StorageExceptionInvalidFile
- All Implemented Interfaces:
- Serializable
public final class StorageExceptionInvalidFile extends StorageException
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description StorageExceptionInvalidFile(long fileLength)StorageExceptionInvalidFile(long fileLength, Throwable cause)
- 
Method SummaryModifier and Type Method Description longfileLength()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleDetailString, assembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StorageExceptionInvalidFilepublic StorageExceptionInvalidFile(long fileLength)
- 
StorageExceptionInvalidFile
 
- 
- 
Method Details- 
fileLengthpublic final long fileLength()
 
-