Class InsertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nervousync.database.exceptions.record.InsertException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.0 $ $Date: Mar 3, 2016 5:26:36 PM $
- Author:
- Steven Wee wmkm0113@Hotmail.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInsertException(String errorMessage) Creates a new instance of InsertException without detail message.InsertException(String errorMessage, Exception e) Creates an instance of InsertException with nested exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InsertException
Creates a new instance of InsertException without detail message.- Parameters:
errorMessage- Error message
-
InsertException
Creates an instance of InsertException with nested exception- Parameters:
errorMessage- Error messagee- Nested exception
-