Package com.github.mizool.core.exception
Class GeneratedFieldOverrideException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mizool.core.exception.AbstractUnprocessableEntityException
-
- com.github.mizool.core.exception.GeneratedFieldOverrideException
-
- All Implemented Interfaces:
Serializable
public class GeneratedFieldOverrideException extends AbstractUnprocessableEntityException
Thrown when an attempt is made to set a value for a field which is automatically generated or maintained, such as the identifier or timestamps.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedFieldOverrideException(@NonNull String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-