Class AdapterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdapterException
    extends java.lang.RuntimeException
    AdapterException is thrown when payment related operations fail.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getBaseException()  
      void setBaseException​(java.lang.Exception baseException)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AdapterException

        public AdapterException()
      • AdapterException

        public AdapterException​(java.lang.String message,
                                java.lang.Throwable exception)
      • AdapterException

        public AdapterException​(java.lang.String message)
      • AdapterException

        public AdapterException​(java.lang.Throwable exception)
    • Method Detail

      • setBaseException

        public void setBaseException​(java.lang.Exception baseException)
      • getBaseException

        public java.lang.Exception getBaseException()