com.jpattern.orm.exception.sql
Class OrmSqlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jpattern.orm.exception.OrmException
                  extended by com.jpattern.orm.exception.sql.OrmSqlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OrmSqlBadGrammarException, OrmSqlConcurrencyFailureException, OrmSqlDataAccessResourceFailureException, OrmSqlDataIntegrityViolationException, OrmSqlTransientDataAccessResourceException

public class OrmSqlException
extends OrmException

Generic wrapper for a SQLException

Author:
cinafr
See Also:
Serialized Form

Constructor Summary
OrmSqlException(Exception e)
           
OrmSqlException(String message, Exception 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

OrmSqlException

public OrmSqlException(Exception e)

OrmSqlException

public OrmSqlException(String message,
                       Exception e)


Copyright © 2013. All Rights Reserved.