org.embl.ebi.escience.scufl.enactor
Class UnknownWorkflowInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.embl.ebi.escience.scufl.ScuflException
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
| 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 |
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)