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