Uses of Interface
uk.org.ogsadai.activity.ActivityException

Packages that use ActivityException
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
 

Uses of ActivityException in uk.org.ogsadai.activity
 

Classes in uk.org.ogsadai.activity that implement ActivityException
 class ActivityAuthorizationException
          There was an authorization failure during the execution of an activity.
 class ActivityConfigurationException
          There was a failure during the configuration of a configurable activity.
 class ActivityCreationException
          There was a failure during the creation of an activity that was not caused due to bad parameters from a client.
 class ActivityExecutionException
          There was a failure during the execution of an activity that was not caused due to bad parameters from a client.
 class ActivitySpecificationException
          There was a failure during the execution of an activity that was caused due to bad parameters from a client.
 class UnsupportedActivityException
          Exception thrown when an unsupported activity is encountered.