org.enhydra.shark.api.client.wfmc.wapi
Class WMExecuteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.client.wfmc.wapi.WMWorkflowException
              extended by org.enhydra.shark.api.client.wfmc.wapi.WMExecuteException
All Implemented Interfaces:
java.io.Serializable

public class WMExecuteException
extends WMWorkflowException

See Also:
Serialized Form

Constructor Summary
WMExecuteException(java.lang.String exceptionName)
           
 
Method Summary
 java.lang.String getExceptionName()
           
 
Methods inherited from class org.enhydra.shark.api.client.wfmc.wapi.WMWorkflowException
getCause, getError, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMExecuteException

public WMExecuteException(java.lang.String exceptionName)
Method Detail

getExceptionName

public java.lang.String getExceptionName()