uk.org.ogsadai.activity
Class ActivityProcessingException

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.ActivityProcessingException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation
Direct Known Subclasses:
ActivityDataCodingException, ActivityDataConversionException, ActivityIOException, ActivityPipeProcessingException, ActivitySQLException, InternalActivityProcessingException

public class ActivityProcessingException
extends DAIException

Raised if an internal problem takes place during activity processing.

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

Constructor Summary
protected ActivityProcessingException()
          Creates a new exception the details of which will be set afterwards.
  ActivityProcessingException(ErrorID errorID)
          Creates a new internationalized exception.
  ActivityProcessingException(ErrorID errorID, java.lang.Object[] parameters)
          Creates a new internationalized exception.
  ActivityProcessingException(ErrorID errorID, java.lang.Object[] parameters, java.lang.Throwable cause)
          Creates a new internationalized exception.
  ActivityProcessingException(ErrorID errorID, java.lang.Throwable cause)
          Creates a new internationalized exception.
  ActivityProcessingException(java.lang.Throwable cause)
          Constructor.
 
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

ActivityProcessingException

protected ActivityProcessingException()
Creates a new exception the details of which will be set afterwards.


ActivityProcessingException

public ActivityProcessingException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - Cause

ActivityProcessingException

public ActivityProcessingException(ErrorID errorID)
Creates a new internationalized exception.

Parameters:
errorID - error ID

ActivityProcessingException

public ActivityProcessingException(ErrorID errorID,
                                   java.lang.Throwable cause)
Creates a new internationalized exception.

Parameters:
errorID - error ID
cause - the cause of the exception

ActivityProcessingException

public ActivityProcessingException(ErrorID errorID,
                                   java.lang.Object[] parameters)
Creates a new internationalized exception.

Parameters:
errorID - error ID
parameters - parameters corresponding to the error ID

ActivityProcessingException

public ActivityProcessingException(ErrorID errorID,
                                   java.lang.Object[] parameters,
                                   java.lang.Throwable cause)
Creates a new internationalized exception.

Parameters:
errorID - error ID
parameters - parameters corresponding to the error ID
cause - the cause of the exception