org.starhope.appius.pay.util
Class UnsupportedCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.starhope.appius.pay.util.UnsupportedCredentialException
All Implemented Interfaces:
Serializable

public class UnsupportedCredentialException
extends Exception

Author:
brpocock@star-hope.org
See Also:
Serialized Form

Field Summary
private  CredentialType credentialType
          WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) credentialType (UnsupportedCredentialException)
private  Class<? extends PaymentGatewayReal> gateway
          WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) gateway (UnsupportedCredentialException)
private  String message
          WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) message (UnsupportedCredentialException)
private static long serialVersionUID
          serialVersionUID (long)
 
Constructor Summary
UnsupportedCredentialException(Class<? extends PaymentGatewayReal> who, CredentialType credentialType1, 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
serialVersionUID (long)

See Also:
Constant Field Values

credentialType

private final CredentialType credentialType
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) credentialType (UnsupportedCredentialException)


gateway

private final Class<? extends PaymentGatewayReal> gateway
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) gateway (UnsupportedCredentialException)


message

private final String message
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) message (UnsupportedCredentialException)

Constructor Detail

UnsupportedCredentialException

public UnsupportedCredentialException(Class<? extends PaymentGatewayReal> who,
                                      CredentialType credentialType1,
                                      String string)
Parameters:
who - WRITEME
credentialType1 - WRITEME
string - WRITEME
Method Detail

toString

public String toString()
This is an overriding method.

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