org.jasig.portal.portlet.dao.jpa
Class SQLNextExceptionLoggerAspect
java.lang.Object
org.jasig.portal.portlet.dao.jpa.SQLNextExceptionLoggerAspect
- All Implemented Interfaces:
- Ordered
public class SQLNextExceptionLoggerAspect
- extends Object
- implements Ordered
Provides additional logging for SQL based exceptions that provide chained exceptions via
SQLException.getNextException()
- Version:
- $Revision$
- Author:
- Eric Dalquist
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
SQLNextExceptionLoggerAspect
public SQLNextExceptionLoggerAspect()
getOrder
public int getOrder()
- Specified by:
getOrder in interface Ordered
setOrder
public void setOrder(int order)
- Parameters:
order - the order to set
logBatchUpdateExceptions
public void logBatchUpdateExceptions(Throwable t)
Copyright © 2010 Jasig. All Rights Reserved.