public class AggregationException extends FinancialException
Constructor and Description |
---|
AggregationException()
Empty constructor.
|
AggregationException(java.lang.String message)
Message-based constructor.
|
AggregationException(java.lang.String message, java.lang.Throwable cause)
Full constructor.
|
AggregationException(java.lang.Throwable cause)
Cause-based constructor.
|
public AggregationException()
public AggregationException(java.lang.String message)
message
- the error message.public AggregationException(java.lang.Throwable cause)
cause
- the original exception causing the trouble.public AggregationException(java.lang.String message, java.lang.Throwable cause)
message
- the error message.cause
- the original exception causing the trouble.