Class ContentProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v1.exception.ContentProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentNotAllowedException
occurs when failed to process content
- Author:
- hyanghee
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentProcessException(String message) ContentProcessException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ContentProcessException
public ContentProcessException() -
ContentProcessException
-
ContentProcessException
-
ContentProcessException
-