Package org.nuxeo.ecm.core.api.model
Class BlobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.core.api.PropertyException
org.nuxeo.ecm.core.api.model.BlobNotFoundException
- All Implemented Interfaces:
 Serializable
Indicates a blob is missing.
- Since:
 - 10.2
 - See Also:
 
- 
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode - 
Constructor Summary
ConstructorsConstructorDescriptionBlobNotFoundException(String message) BlobNotFoundException(String message, Throwable cause) BlobNotFoundException(Throwable cause)  - 
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BlobNotFoundException
public BlobNotFoundException() - 
BlobNotFoundException
 - 
BlobNotFoundException
 - 
BlobNotFoundException
 
 -