com.jpattern.orm.exception.sql
Class OrmSqlTransientDataAccessResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jpattern.orm.exception.OrmException
com.jpattern.orm.exception.sql.OrmSqlException
com.jpattern.orm.exception.sql.OrmSqlTransientDataAccessResourceException
- All Implemented Interfaces:
- Serializable
public class OrmSqlTransientDataAccessResourceException
- extends OrmSqlException
Data access exception thrown when a resource fails temporarily
and the operation can be retried.
- Author:
- cinafr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrmSqlTransientDataAccessResourceException
public OrmSqlTransientDataAccessResourceException(Exception e)
OrmSqlTransientDataAccessResourceException
public OrmSqlTransientDataAccessResourceException(String message,
Exception e)
Copyright © 2013. All Rights Reserved.