Produced by Siminov Software Solution LLP

siminov.orm.exception
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by siminov.orm.exception.SiminovException
              extended by siminov.orm.exception.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends SiminovException

This is general exception, which is thrown through core database API's, if any exception occur which doing any database operations.

See Also:
Serialized Form

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

DatabaseException

public DatabaseException(java.lang.String className,
                         java.lang.String methodName,
                         java.lang.String message)

Apache License 2.0

Copyright 2013