public class CreditCardException
extends java.lang.Exception
Constructor and Description |
---|
CreditCardException()
constructor
|
CreditCardException(java.lang.String message)
constructor
|
CreditCardException(java.lang.String message,
java.lang.Throwable cause)
constructor
|
CreditCardException(java.lang.Throwable cause)
constructor
|
public CreditCardException()
public CreditCardException(java.lang.String message)
message
- the messagepublic CreditCardException(java.lang.Throwable cause)
cause
- the root causepublic CreditCardException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the root causestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.