org.jasig.resourceserver.aggr
Class AggregationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.resourceserver.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2011 Jasig. All Rights Reserved.