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

Field Summary
private  CredentialType credentialType
           
private  Class<? extends PaymentGatewayReal> gateway
           
private  String message
           
private static long serialVersionUID
          serialVersionUID (long)
 
Constructor Summary
UnsupportedCredentialException(Class<? extends PaymentGatewayReal> who, CredentialType credentialType, 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
serialVersionUID (long)

See Also:
Constant Field Values

credentialType

private final CredentialType credentialType

gateway

private final Class<? extends PaymentGatewayReal> gateway

message

private final String message
Constructor Detail

UnsupportedCredentialException

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

toString

public String toString()
Overrides:
toString in class Throwable