public final class WrongTransaction extends UserException
| Constructor and Description |
|---|
WrongTransaction()
Constructs a default
WrongTransaction exception, with
no detail message. |
WrongTransaction(java.lang.String reason)
Constructs a
WrongTransaction exception using the specified
message as the reason for throwing it. |
public WrongTransaction()
WrongTransaction exception, with
no detail message.public WrongTransaction(java.lang.String reason)
WrongTransaction exception using the specified
message as the reason for throwing it.reason - the reason, why the exception has been thrown.