Class AdapterException

All Implemented Interfaces:
Serializable

public class AdapterException extends RuntimeException
AdapterException is thrown when payment related operations fail.
See Also:
  • Constructor Details

    • AdapterException

      public AdapterException()
    • AdapterException

      public AdapterException(String message, Throwable exception)
    • AdapterException

      public AdapterException(String message)
    • AdapterException

      public AdapterException(Throwable exception)
  • Method Details

    • setBaseException

      public void setBaseException(Exception baseException)
    • getBaseException

      public Exception getBaseException()