org.starhope.appius.pay.util
Class UnsupportedCurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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)
 
Constructor Summary
UnsupportedCurrencyException(String string)
           
 
Method Summary
 String toString()
          This is an overriding method.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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)

Constructor Detail

UnsupportedCurrencyException

public UnsupportedCurrencyException(String string)
Parameters:
string - message (user-visible)
Method Detail

toString

public String toString()
This is an overriding method.

Overrides:
toString in class Throwable
See Also:
Throwable.toString()