org.starhope.appius.pay.util
Class UnsupportedCurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.pay.util.UnsupportedCurrencyException
- All Implemented Interfaces:
- Serializable
public class UnsupportedCurrencyException
- extends Exception
- Author:
- brpocock@star-hope.org
- See Also:
- Serialized Form
Field Summary |
private String |
message
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009)
message (UnsupportedCurrencyException) |
private static long |
serialVersionUID
WRITEME: document this field (brpocock@star-hope.org, Aug 28, 2009)
serialVersionUID (long) |
serialVersionUID
private static final long serialVersionUID
- WRITEME: document this field (brpocock@star-hope.org, Aug 28, 2009)
serialVersionUID (long)
- See Also:
- Constant Field Values
message
private final String message
- WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009)
message (UnsupportedCurrencyException)
UnsupportedCurrencyException
public UnsupportedCurrencyException(String string)
- Parameters:
string
- message (user-visible)
toString
public String toString()
- This is an overriding method.
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()