Package com.jms.socialmedia.exception
Class DatabaseInsertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jms.socialmedia.exception.MySocialMediaException
-
- com.jms.socialmedia.exception.DatabaseInsertException
-
- All Implemented Interfaces:
Serializable
public class DatabaseInsertException extends MySocialMediaException
Thrown whenever the system is unable to insert new records into the database- Author:
- jason
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseInsertException()
DatabaseInsertException(String arg0)
DatabaseInsertException(String arg0, Throwable arg1)
DatabaseInsertException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
DatabaseInsertException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-