biz.onixs.fix.scheduler
Class ErrorArgs

java.lang.Object
  extended by biz.onixs.fix.scheduler.ErrorArgs

public class ErrorArgs
extends Object

Error event arguments.


Constructor Summary
ErrorArgs(Session session, String message, Throwable throwable)
           
 
Method Summary
 String getMessage()
           
 Session getSession()
           
 Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorArgs

public ErrorArgs(Session session,
                 String message,
                 Throwable throwable)
Method Detail

getSession

public Session getSession()

getMessage

public String getMessage()

getThrowable

public Throwable getThrowable()


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.