uk.org.ogsadai.activity
Interface ActivityException

All Superinterfaces:
DAIExceptionInformation
All Known Implementing Classes:
ActivityAuthorizationException, ActivityConfigurationException, ActivityCreationException, ActivityExecutionException, ActivitySpecificationException, UnsupportedActivityException

public interface ActivityException
extends DAIExceptionInformation

A common interface for all exceptions that are related to the creation or processing of individual activities.

Author:
The OGSA-DAI Project Team

Method Summary
 java.lang.String getActivityName()
          Gets the activity name.
 
Methods inherited from interface uk.org.ogsadai.exception.DAIExceptionInformation
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild
 

Method Detail

getActivityName

public java.lang.String getActivityName()
Gets the activity name.

Returns:
activity name.