Class ContentNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v1.exception.ContentProcessException
org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- All Implemented Interfaces:
Serializable
occurs when the content provided does not meet preconditions
- Author:
- hyanghee
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentNotAllowedException(String message) ContentNotAllowedException(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
-
ContentNotAllowedException
public ContentNotAllowedException() -
ContentNotAllowedException
-
ContentNotAllowedException
-
ContentNotAllowedException
-