Package gov.niem.tools.api.db.exceptions
Class EntityNotUniqueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.niem.tools.api.db.exceptions.EntityNotUniqueException
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNPROCESSABLE_ENTITY)
public class EntityNotUniqueException
extends RuntimeException
Custom exception handler for entity not unique exceptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotUniqueException
-