net.authorize.admc.authnet
Class AuthNetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.authorize.admc.AppendableException
              extended by net.authorize.admc.authnet.AuthNetException
All Implemented Interfaces:
Serializable

public class AuthNetException
extends AppendableException

authnet-specific exception.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          WRITEME
 
Fields inherited from class net.authorize.admc.AppendableException
appendages, LS
 
Constructor Summary
AuthNetException(String s)
          WRITEME
AuthNetException(String string, Throwable cause)
          WRITEME
AuthNetException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.authorize.admc.AppendableException
appendMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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

See Also:
Constant Field Values
Constructor Detail

AuthNetException

public AuthNetException(String s)
WRITEME

Parameters:
s - WRITEME

AuthNetException

public AuthNetException(String string,
                        Throwable cause)
WRITEME

Parameters:
string - WRITEME
cause - WRITEME

AuthNetException

public AuthNetException(Throwable cause)
Parameters:
cause - WRITEME