org.embl.ebi.escience.scufl.enactor
Class UnknownWorkflowInstanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.embl.ebi.escience.scufl.ScuflException
              extended by org.embl.ebi.escience.scufl.enactor.UnknownWorkflowInstanceException
All Implemented Interfaces:
java.io.Serializable

public class UnknownWorkflowInstanceException
extends ScuflException

Thrown when a client attempts to reconnect to a workflow instance that is either unknown or that has security constraints which result in the client not having sufficient access to connect.

Author:
Tom Oinn
See Also:
Serialized Form

Constructor Summary
UnknownWorkflowInstanceException()
           
UnknownWorkflowInstanceException(java.lang.String message)
           
UnknownWorkflowInstanceException(java.lang.String message, java.lang.Throwable cause)
           
UnknownWorkflowInstanceException(java.lang.Throwable cause)
           
 
Method Summary
 
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

UnknownWorkflowInstanceException

public UnknownWorkflowInstanceException()

UnknownWorkflowInstanceException

public UnknownWorkflowInstanceException(java.lang.String message)

UnknownWorkflowInstanceException

public UnknownWorkflowInstanceException(java.lang.Throwable cause)

UnknownWorkflowInstanceException

public UnknownWorkflowInstanceException(java.lang.String message,
                                        java.lang.Throwable cause)