biz.hammurapi.sql
Class SQLRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.hammurapi.RuntimeException
                  extended by biz.hammurapi.sql.SQLRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SQLRuntimeException
extends RuntimeException

Wrapper for java.sql.SQLException.

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
SQLRuntimeException()
           
SQLRuntimeException(java.lang.String message)
           
SQLRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
SQLRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLRuntimeException

public SQLRuntimeException()

SQLRuntimeException

public SQLRuntimeException(java.lang.String message)

SQLRuntimeException

public SQLRuntimeException(java.lang.String message,
                           java.lang.Throwable cause)

SQLRuntimeException

public SQLRuntimeException(java.lang.Throwable cause)


Copyright © 2003 Hammurapi Group. All Rights Reserved.