public class CardException
extends java.lang.Exception
Constructor and Description |
---|
CardException(java.lang.String message)
Constructs a new CardException with the specified detail message.
|
CardException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CardException with the specified detail message and cause.
|
CardException(java.lang.Throwable cause)
Constructs a new CardException with the specified cause and a detail message
of
(cause==null ? null : cause.toString()) . |
public CardException(java.lang.String message)
message
- the detail messagepublic CardException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
.cause
- the cause of this exception or nullpublic CardException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause of this exception or null