Package mc.core.system.util.exception
Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mc.core.system.util.exception.ApplicationException
mc.core.system.util.exception.EntityNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityNotFoundException(Class<?> entityClass, long entityId, Object... args) constructor for getFromIdEntityNotFoundException(Class<?> entityClass, Throwable cause, Object... args) constructor for getOneEntityNotFoundException(String message, Object... args) EntityNotFoundException(String message, Throwable cause, Object... args) EntityNotFoundException(Throwable cause, Object... args) -
Method Summary
Methods inherited from class mc.core.system.util.exception.ApplicationException
getLocalizedMessage, getMessage, log, shouldLogMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
-
EntityNotFoundException
-
EntityNotFoundException
-
EntityNotFoundException
constructor for getOne -
EntityNotFoundException
constructor for getFromId
-
-
Method Details
-
getEntityClass
- Returns:
- Type of entity that has not been found
-
key
reset key info for getFromInternalDescription, getFromExternalKey, getFromKey -
getArgs
- Overrides:
getArgsin classApplicationException
-