org.kuali.common.jdbc
Class JdbcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.common.jdbc.JdbcException
All Implemented Interfaces:
Serializable

public class JdbcException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JdbcException()
           
JdbcException(String msg)
           
JdbcException(String msg, Throwable e)
           
JdbcException(Throwable e)
           
 
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

JdbcException

public JdbcException()

JdbcException

public JdbcException(String msg)

JdbcException

public JdbcException(Throwable e)

JdbcException

public JdbcException(String msg,
                     Throwable e)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.