Class StorageExceptionInvalidEntityLength
- 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.StorageExceptionInvalidEntityLength
-
- All Implemented Interfaces:
Serializable
public class StorageExceptionInvalidEntityLength extends StorageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageExceptionInvalidEntityLength()StorageExceptionInvalidEntityLength(String message)StorageExceptionInvalidEntityLength(String message, Throwable cause)StorageExceptionInvalidEntityLength(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionInvalidEntityLength(Throwable cause)
-
Method Summary
-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StorageExceptionInvalidEntityLength
public StorageExceptionInvalidEntityLength()
-
StorageExceptionInvalidEntityLength
public StorageExceptionInvalidEntityLength(String message)
-
StorageExceptionInvalidEntityLength
public StorageExceptionInvalidEntityLength(Throwable cause)
-
StorageExceptionInvalidEntityLength
public StorageExceptionInvalidEntityLength(String message, Throwable cause)
-
-