Package io.inugami.api.dao
Class DaoEntityNullException
- 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.DaoEntityNullException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class DaoEntityNullException extends DaoException
DaoEntityNullException- Since:
- 9 janv. 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DaoEntityNullException()DaoEntityNullException(String message)DaoEntityNullException(String message, Object... values)DaoEntityNullException(String message, Throwable cause)DaoEntityNullException(Throwable cause)DaoEntityNullException(Throwable cause, String message, Object... values)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertNotNull(Object values)static voidassertNotNull(String message, Object values)-
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
-
DaoEntityNullException
public DaoEntityNullException()
-
DaoEntityNullException
public DaoEntityNullException(String message)
-
DaoEntityNullException
public DaoEntityNullException(Throwable cause, String message, Object... values)
-
DaoEntityNullException
public DaoEntityNullException(Throwable cause)
-
-
Method Detail
-
assertNotNull
public static void assertNotNull(Object values) throws DaoEntityNullException
- Throws:
DaoEntityNullException
-
assertNotNull
public static void assertNotNull(String message, Object values) throws DaoEntityNullException
- Throws:
DaoEntityNullException
-
-