Class GiroCheckoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.girosolution.girocheckout.response.GiroCheckoutException
All Implemented Interfaces:
java.io.Serializable

public class GiroCheckoutException
extends java.lang.Exception
Zeigt Fehler an, die bei der Arbeit mit GiroCheckout aufgetreten sind.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    GiroCheckoutException​(java.lang.String msg)  
    GiroCheckoutException​(java.lang.String msg, java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Throwable getCause()  
    java.lang.String getMsg()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getLocalizedMessage, 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

    • getMsg

      public java.lang.String getMsg()
    • getCause

      public java.lang.Throwable getCause()
      Overrides:
      getCause in class java.lang.Throwable