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