Class StorageViewExceptionMissingTypeDescription
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.storage.restclient.StorageViewException
one.microstream.storage.restclient.StorageViewExceptionMissingTypeDescription
- All Implemented Interfaces:
Serializable
public class StorageViewExceptionMissingTypeDescription extends StorageViewException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageViewExceptionMissingTypeDescription(long missingTypeId)
-
Method Summary
Modifier and Type Method Description String
assembleDetailString()
long
missingTypeId()
Methods inherited from class one.microstream.exceptions.BaseException
assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageViewExceptionMissingTypeDescription
public StorageViewExceptionMissingTypeDescription(long missingTypeId)
-
-
Method Details
-
missingTypeId
public long missingTypeId() -
assembleDetailString
- Overrides:
assembleDetailString
in classBaseException
-