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 SummaryConstructors Constructor Description StorageViewExceptionMissingTypeDescription(long missingTypeId)
- 
Method SummaryModifier and Type Method Description StringassembleDetailString()longmissingTypeId()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StorageViewExceptionMissingTypeDescriptionpublic StorageViewExceptionMissingTypeDescription(long missingTypeId)
 
- 
- 
Method Details- 
missingTypeIdpublic long missingTypeId()
- 
assembleDetailString- Overrides:
- assembleDetailStringin class- BaseException
 
 
-