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:
Serializable
Direct Known Subclasses:
AggregatorParamTypeNotSupportedException, AggregatorSinkTypeNotSupportedException

public class AggregatorException
extends Exception

This exception is a generic superclass for aggregator runtime exceptions.

See Also:
Serialized Form

Constructor Summary
AggregatorException()
           
AggregatorException(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(String message)


Copyright © 1999-2006 University of Chicago. All rights reserved.