org.itracker.services.exceptions
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.itracker.services.exceptions.WorkflowException
- All Implemented Interfaces:
- Serializable
public class WorkflowException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
INVALID_ARGS
public static final int INVALID_ARGS
- See Also:
- Constant Field Values
WorkflowException
public WorkflowException()
WorkflowException
public WorkflowException(String message)
WorkflowException
public WorkflowException(int type)
WorkflowException
public WorkflowException(String message,
int type)
getType
public int getType()
setType
public void setType(int type)
Copyright © 2002-2012 itracker. All Rights Reserved.