public class CardException
extends java.lang.Exception
Card failures exception
| Constructor and Description |
|---|
CardException(java.lang.String message)
Create new instance with custom message
|
CardException(java.lang.String message,
java.lang.Exception exception)
Create new instance with custom message and previous exception
|
public CardException(java.lang.String message)
Create new instance with custom message
message - message for exceptionpublic CardException(java.lang.String message,
java.lang.Exception exception)
Create new instance with custom message and previous exception
message - message for exceptionexception - rethrown exception