org.wfmc.wapi
Class WMWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wfmc.wapi.WMWorkflowException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WMAttributeAssignmentException, WMConnectException, WMExecuteException, WMInvalidObjectException, WMIOException, WMLockedException, WMNoMoreDataException, WMNotLockedException, WMTransitionNotAllowedException, WMUnsupportedOperationException
- public class WMWorkflowException
- extends java.lang.Exception
Base class for all WAPI client exceptions.
- Author:
- Anthony Eden, Adrian Price
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WMWorkflowException
public WMWorkflowException(java.lang.Exception e)
WMWorkflowException
protected WMWorkflowException(WMError error)
WMWorkflowException
protected WMWorkflowException(WMError error,
java.lang.Exception e)
WMWorkflowException
protected WMWorkflowException(WMError error,
java.lang.String message)
getError
public WMError getError()
toString
public java.lang.String toString()
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.