Class NothingToPreviewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.platform.preview.api.PreviewException
org.nuxeo.ecm.platform.preview.api.NothingToPreviewException
- All Implemented Interfaces:
Serializable
Preview exception. Use this when there is nothing to preview and this is not an error. ie when there is no Blob to
preview (not when it cannot be found)
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorDescriptionNothingToPreviewException
(String message) NothingToPreviewException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NothingToPreviewException
-
NothingToPreviewException
-
NothingToPreviewException
-