uk.org.ogsadai.activity.authorization
Class ActivityAuthorizationException

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.ActivityUserException
                  extended by uk.org.ogsadai.activity.authorization.ActivityAuthorizationException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation, UserExceptionMarker

public class ActivityAuthorizationException
extends ActivityUserException

Raised if an authorization problem takes place during activity processing. This is an activity user exception as the error is caused by the user input rather than server configuration.

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

Constructor Summary
ActivityAuthorizationException(AuthorizationException cause)
          Create a new exception.
 
Method Summary
 
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

ActivityAuthorizationException

public ActivityAuthorizationException(AuthorizationException cause)
Create a new exception.

Parameters:
cause - the AuthorizationException that caused the problem