Class EntityStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nervousync.database.exceptions.entity.EntityStatusException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.0 $ $Date: Jul 5, 2018 $
- Author:
- Steven Wee wmkm0113@Hotmail.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityStatusException(String errorMessage) Creates a new instance of EntityStatusException without detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityStatusException
Creates a new instance of EntityStatusException without detail message.- Parameters:
errorMessage- Error message
-