org.itracker.services.exceptions
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itracker.services.exceptions.WorkflowException
All Implemented Interfaces:
Serializable

public class WorkflowException
extends Exception

See Also:
Serialized Form

Field Summary
static int INVALID_ARGS
           
 
Constructor Summary
WorkflowException()
           
WorkflowException(int type)
           
WorkflowException(String message)
           
WorkflowException(String message, int type)
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
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
 

Field Detail

INVALID_ARGS

public static final int INVALID_ARGS
See Also:
Constant Field Values
Constructor Detail

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(String message)

WorkflowException

public WorkflowException(int type)

WorkflowException

public WorkflowException(String message,
                         int type)
Method Detail

getType

public int getType()

setType

public void setType(int type)


Copyright © 2002-2012 itracker. All Rights Reserved.