|
||||||||
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
public class FinancialException
This is the root exception for all exceptions in the Financial Facade.
Constructor Summary | |
---|---|
FinancialException()
Empty constructor. |
|
FinancialException(String message)
Message-based constructor. |
|
FinancialException(String message,
Throwable cause)
Full constructor. |
|
FinancialException(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 FinancialException()
public FinancialException(String message)
message
- the error message.public FinancialException(Throwable cause)
cause
- the original exception causing the trouble.public FinancialException(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 |