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
See Also:
Serialized Form

Field Summary
private  String message
           
private static long serialVersionUID
          TODO: document this field (brpocock, Aug 28, 2009) serialVersionUID (long)
 
Constructor Summary
UnsupportedCurrencyException(String string)
           
 
Method Summary
 String toString()
           
 
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
TODO: document this field (brpocock, Aug 28, 2009) serialVersionUID (long)

See Also:
Constant Field Values

message

private final String message
Constructor Detail

UnsupportedCurrencyException

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

toString

public String toString()
Overrides:
toString in class Throwable