org.terracotta.modules.async.errorhandlers
Class LoggingErrorHandler

java.lang.Object
  extended by org.terracotta.modules.async.errorhandlers.LoggingErrorHandler
All Implemented Interfaces:
AsyncErrorHandler

public class LoggingErrorHandler
extends Object
implements AsyncErrorHandler


Constructor Summary
LoggingErrorHandler()
           
 
Method Summary
 void onError(ProcessingBucket bucket, Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorHandler

public LoggingErrorHandler()
Method Detail

onError

public void onError(ProcessingBucket bucket,
                    Throwable exception)
Specified by:
onError in interface AsyncErrorHandler


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.