org.ow2.bonita.facade.exception
Class ProcessNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.ProcessNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessNotFoundException
- extends BonitaException
Signal that a process was not found.
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessNotFoundException
public ProcessNotFoundException(java.lang.String processId)
ProcessNotFoundException
public ProcessNotFoundException(java.lang.String processId,
PackageDefinitionUUID packageDefinitionUUID)
ProcessNotFoundException
public ProcessNotFoundException(ProcessDefinitionUUID processUUID)
ProcessNotFoundException
public ProcessNotFoundException(ProcessNotFoundException e)
build
public static ProcessNotFoundException build(java.lang.Throwable e)
getProcessId
public java.lang.String getProcessId()
getProcessUUID
public ProcessDefinitionUUID getProcessUUID()
getPackageUUID
public PackageDefinitionUUID getPackageUUID()