Fuego Process API

fuego.papi.exception
Class InvalidTaskNumberException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byjava.lang.RuntimeException

              extended byfuego.lang.DefaultRuntimeException

                  extended byfuego.papi.exception.InvalidTaskNumberException

All Implemented Interfaces:
Serializable

public class InvalidTaskNumberException
extends fuego.lang.DefaultRuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidTaskNumberException(int taskNumber, String activityId)
          Use message PAPI-1670
 
Method Summary
 String getActivityId()
           
 int getTaskNumber()
           
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTaskNumberException


public InvalidTaskNumberException(int taskNumber,
                                  String activityId)
Use message PAPI-1670

Parameters:
taskNumber -
activityId -
Method Detail

getActivityId


public String getActivityId()

getTaskNumber


public int getTaskNumber()

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved