uk.org.ogsadai.activity
Class ActivityUnknownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.activity.ActivityUnknownException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class ActivityUnknownException
extends DAIException

An activity is unknown.

Author:
The OGSA-DAI Project Team
See Also:
Serialized Form

Constructor Summary
ActivityUnknownException(ActivityID activityID)
          Constructor.
 
Method Summary
 ActivityID getActivityID()
          Return the activity ID.
 
Methods inherited from class uk.org.ogsadai.exception.DAIException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityUnknownException

public ActivityUnknownException(ActivityID activityID)
Constructor.

Parameters:
activityID - ID of activity.
Method Detail

getActivityID

public ActivityID getActivityID()
Return the activity ID.

Returns:
the activity ID.