Package io.inugami.api.dao
Class DaoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.dao.DaoException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
- Direct Known Subclasses:
DaoEntityExistsException,DaoEntityNotFoundException,DaoEntityNullException
public class DaoException extends TechnicalException
DaoException- Since:
- 9 janv. 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DaoException()DaoException(String message)DaoException(String message, Object... values)DaoException(String message, Throwable cause)DaoException(Throwable cause)DaoException(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
-
-