org.jasig.resource.aggr
Class AggregationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.resource.aggr.AggregationException
All Implemented Interfaces:
Serializable

public class AggregationException
extends RuntimeException

Base Exception type for Aggregation problems.

Author:
Nicholas Blair, npblair@wisc.edu
See Also:
Serialized Form

Constructor Summary
AggregationException()
           
AggregationException(String message)
           
AggregationException(String message, Throwable cause)
           
AggregationException(Throwable cause)
           
 
Method Summary
 
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

AggregationException

public AggregationException()

AggregationException

public AggregationException(String message)
Parameters:
message -

AggregationException

public AggregationException(Throwable cause)
Parameters:
cause -

AggregationException

public AggregationException(String message,
                            Throwable cause)
Parameters:
message -
cause -


Copyright © 2010 Jasig. All Rights Reserved.