Package io.inugami.api.dao
Class DaoEntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.dao.DaoException
-
- io.inugami.api.dao.DaoEntityNotFoundException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class DaoEntityNotFoundException extends DaoException
DaoEntityNotFoundException- Since:
- 9 janv. 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DaoEntityNotFoundException()DaoEntityNotFoundException(String message)DaoEntityNotFoundException(String message, Object... values)DaoEntityNotFoundException(String message, Throwable cause)DaoEntityNotFoundException(Throwable cause)DaoEntityNotFoundException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DaoEntityNotFoundException
public DaoEntityNotFoundException()
-
DaoEntityNotFoundException
public DaoEntityNotFoundException(String message)
-
DaoEntityNotFoundException
public DaoEntityNotFoundException(Throwable cause, String message, Object... values)
-
DaoEntityNotFoundException
public DaoEntityNotFoundException(Throwable cause)
-
-