com.jpattern.orm.exception.sql
Class OrmSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jpattern.orm.exception.OrmException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrmSqlException
public OrmSqlException(Exception e)
OrmSqlException
public OrmSqlException(String message,
Exception e)
Copyright © 2013. All Rights Reserved.