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