Package one.microstream.exceptions
Class BufferRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.exceptions.MemoryException
one.microstream.exceptions.BufferRegistryException
- All Implemented Interfaces:
Serializable
public class BufferRegistryException extends MemoryException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BufferRegistryException()
BufferRegistryException(String message)
BufferRegistryException(String message, Throwable cause)
BufferRegistryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BufferRegistryException(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 Details
-
BufferRegistryException
public BufferRegistryException() -
BufferRegistryException
-
BufferRegistryException
-
BufferRegistryException
-
BufferRegistryException
-