Class InsufficientBufferSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
one.microstream.storage.exceptions.InsufficientBufferSpaceException
- All Implemented Interfaces:
 Serializable
public final class InsufficientBufferSpaceException extends Exception
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description InsufficientBufferSpaceException(long requiredBufferSpace) - 
Method Summary
Modifier and Type Method Description longrequiredBufferSpace()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InsufficientBufferSpaceException
public InsufficientBufferSpaceException(long requiredBufferSpace) 
 - 
 - 
Method Details
- 
requiredBufferSpace
public long requiredBufferSpace() 
 -