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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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 class java.lang.Throwable