Package com.github.mizool.core.exception
Class AbstractUnprocessableEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.AbstractUnprocessableEntityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeneratedFieldOverrideException
,InvalidPrimaryKeyException
,ReadonlyFieldException
,UnprocessableEntityException
Thrown when the entity is syntactically correct (e.g. all non-null properties are set), but could not be processed
for semantic reasons (e.g. invalid references to other database entities).
Extend this class to create an exception class specific to the respective problem.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
protected
AbstractUnprocessableEntityException
(String message, Throwable cause) protected
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractUnprocessableEntityException
protected AbstractUnprocessableEntityException() -
AbstractUnprocessableEntityException
-
AbstractUnprocessableEntityException
-
AbstractUnprocessableEntityException
-