Class GiroCheckoutProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.girosolution.girocheckout.response.GiroCheckoutProtocolException
- All Implemented Interfaces:
java.io.Serializable
public class GiroCheckoutProtocolException
extends java.lang.Exception
Zeigt Protokollfehler an, die bei der Arbeit mit GiroCheckout aufgetreten
sind.
- See Also:
ErrorNumbers
, Serialized Form
-
Constructor Summary
Constructors Constructor Description GiroCheckoutProtocolException(int rc, java.lang.String msg)
-
Method Summary
Modifier and Type Method Description java.lang.String
getLocalizedMessage()
java.lang.String
getMsg()
int
getRc()
Fehlernummer
-
Constructor Details
-
GiroCheckoutProtocolException
public GiroCheckoutProtocolException(int rc, java.lang.String msg)
-
-
Method Details
-
getRc
public int getRc()Fehlernummer- Returns:
- Fehlernummer
ErrorNumbers
-
getMsg
public java.lang.String getMsg() -
getLocalizedMessage
public java.lang.String getLocalizedMessage()- Overrides:
getLocalizedMessage
in classjava.lang.Throwable
-