|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
siminov.orm.exception.SiminovException
siminov.orm.exception.DatabaseException
public class DatabaseException
This is general exception, which is thrown through core database API's, if any exception occur which doing any database operations.
Constructor Summary | |
---|---|
DatabaseException(java.lang.String className,
java.lang.String methodName,
java.lang.String message)
|
Method Summary |
---|
Methods inherited from class siminov.orm.exception.SiminovException |
---|
getClassName, getMessage, getMethodName, setClassName, setMessage, setMethodName |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DatabaseException(java.lang.String className, java.lang.String methodName, java.lang.String message)
|
Apache License 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |