|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.opengts.dbtools.DBException org.opengts.dbtools.DBAlreadyExistsException
public class DBAlreadyExistsException
DBAlreadyExistsException
is thrown in cases where no record was expected,
but a record was found.
Constructor Summary | |
---|---|
DBAlreadyExistsException(java.lang.String msg)
Constructor |
|
DBAlreadyExistsException(java.lang.String msg,
java.lang.Throwable cause)
Constructor |
Method Summary |
---|
Methods inherited from class org.opengts.dbtools.DBException |
---|
getCauseMessage, getMessage, isCauseCommunicationsException, isCommunicationsException, isOutOfMemoryError, isSQLException, printException, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBAlreadyExistsException(java.lang.String msg)
msg
- The String message associated with this Exceptionpublic DBAlreadyExistsException(java.lang.String msg, java.lang.Throwable cause)
msg
- The String message associated with this Exceptioncause
- The cause of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |