Class StorageViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.storage.restclient.StorageViewException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StorageViewExceptionMissingTypeDescription
public class StorageViewException extends BaseException
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description StorageViewException()StorageViewException(String message)StorageViewException(String message, Throwable cause)StorageViewException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageViewException(Throwable cause)
- 
Method SummaryMethods 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- 
StorageViewExceptionpublic StorageViewException()
- 
StorageViewException
- 
StorageViewException
- 
StorageViewException
- 
StorageViewException
 
-