com.centrasite.control
Class ShowThrowableDeffered

java.lang.Object
  extended by com.centrasite.control.ShowThrowableDeffered
All Implemented Interfaces:
com.softwareag.cis.plugin.interfaces.RunnableDeferred

public class ShowThrowableDeffered
extends java.lang.Object
implements com.softwareag.cis.plugin.interfaces.RunnableDeferred

RunnableDeferred which shows error message using ActionContext.showThrowable(Throwable)


Field Summary
 
Fields inherited from interface com.softwareag.cis.plugin.interfaces.RunnableDeferred
rcs_id
 
Constructor Summary
ShowThrowableDeffered(java.lang.Throwable exc, ActionContext actionContext)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowThrowableDeffered

public ShowThrowableDeffered(java.lang.Throwable exc,
                             ActionContext actionContext)
Parameters:
exc - The exception to be show.
actionContext - The action context to use when showing the error.
Method Detail

run

public void run()
         throws java.lang.Exception
Specified by:
run in interface com.softwareag.cis.plugin.interfaces.RunnableDeferred
Throws:
java.lang.Exception