|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.alsb.financial.api.FinancialException
com.bea.alsb.financial.api.AggregationException
public class AggregationException
Exception thrown by the aggregation operation.
| Constructor Summary | |
|---|---|
AggregationException()
Empty constructor. |
|
AggregationException(String message)
Message-based constructor. |
|
AggregationException(String message,
Throwable cause)
Full constructor. |
|
AggregationException(Throwable cause)
Cause-based constructor. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationException()
public AggregationException(String message)
message - the error message.public AggregationException(Throwable cause)
cause - the original exception causing the trouble.
public AggregationException(String message,
Throwable cause)
message - the error message.cause - the original exception causing the trouble.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||