palio.modules.hetman.objects
Class ProcessError

java.lang.Object
  extended by palio.modules.hetman.objects.HetmanObject
      extended by palio.modules.hetman.objects.ProcessError

public class ProcessError
extends HetmanObject

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)

Constructor Summary
ProcessError(Process process, java.lang.String palioObjectCode)
           
 
Method Summary
 void execute(java.lang.Object instanceId, java.lang.Throwable exception)
           
 
Methods inherited from class palio.modules.hetman.objects.HetmanObject
getPalioObjectCode, getProcess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessError

public ProcessError(Process process,
                    java.lang.String palioObjectCode)
Method Detail

execute

public void execute(java.lang.Object instanceId,
                    java.lang.Throwable exception)
             throws palio.PalioException,
                    HetmanException
Throws:
palio.PalioException
HetmanException