org.globus.mds.aggregator.impl
Class AggregatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.mds.aggregator.impl.AggregatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AggregatorParamTypeNotSupportedException, AggregatorSinkTypeNotSupportedException

public class AggregatorException
extends java.lang.Exception

This exception is a generic superclass for aggregator runtime exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AggregatorException()
           
AggregatorException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AggregatorException

public AggregatorException()

AggregatorException

public AggregatorException(java.lang.String message)