palio.modules.hetman.exceptions
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.modules.hetman.exceptions.ProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InsufficientPrivilegesException, NoSuchTransitionException

public class ProcessException
extends java.lang.Exception

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)
See Also:
Serialized Form

Constructor Summary
ProcessException(Process process)
           
ProcessException(Process process, java.lang.String message)
           
 
Method Summary
 Process getProcess()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException(Process process)

ProcessException

public ProcessException(Process process,
                        java.lang.String message)
Method Detail

getProcess

public Process getProcess()