org.opensha.refFaultParamDb.dao.exception
Class InsertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensha.refFaultParamDb.dao.exception.InsertException
- All Implemented Interfaces:
- Serializable
public class InsertException
- extends RuntimeException
Title: InsertException.java
Description: This exception is thrown when an insert method fails to insert
the data.
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InsertException
public InsertException()
InsertException
public InsertException(String message)
InsertException
public InsertException(String message,
Throwable cause)
InsertException
public InsertException(Throwable cause)