net.kwfgrid.gwes.client
Class NoSuchWorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.kwfgrid.gwes.client.NoSuchWorkflowException
All Implemented Interfaces:
Serializable

public class NoSuchWorkflowException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoSuchWorkflowException()
           
NoSuchWorkflowException(String s)
           
NoSuchWorkflowException(String s, Throwable ex)
           
NoSuchWorkflowException(Throwable cause)
           
 
Method Summary
 GWESStub.NoSuchWorkflowExceptionE getFaultMessage()
           
 void setFaultMessage(GWESStub.NoSuchWorkflowExceptionE msg)
           
 
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
 

Constructor Detail

NoSuchWorkflowException

public NoSuchWorkflowException()

NoSuchWorkflowException

public NoSuchWorkflowException(String s)

NoSuchWorkflowException

public NoSuchWorkflowException(String s,
                               Throwable ex)

NoSuchWorkflowException

public NoSuchWorkflowException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.NoSuchWorkflowExceptionE msg)

getFaultMessage

public GWESStub.NoSuchWorkflowExceptionE getFaultMessage()


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.