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 Summary
Constructors Constructor Description StorageExceptionInvalidFile(long fileLength)
StorageExceptionInvalidFile(long fileLength, Throwable cause)
-
Method Summary
Modifier and Type Method Description long
fileLength()
-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StorageExceptionInvalidFile
public StorageExceptionInvalidFile(long fileLength)
-
StorageExceptionInvalidFile
public StorageExceptionInvalidFile(long fileLength, Throwable cause)
-
-