Class XenditException

    • Constructor Summary

      Constructors 
      Constructor Description
      XenditException​(java.lang.String message)  
      XenditException​(java.lang.String message, java.lang.String code, java.util.Map<java.lang.String,​java.lang.Object> context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getContext()  
      java.lang.String getErrorCode()  
      • 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

      • XenditException

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

        public XenditException​(java.lang.String message,
                               java.lang.String code,
                               java.util.Map<java.lang.String,​java.lang.Object> context)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()
      • getContext

        public java.util.Map<java.lang.String,​java.lang.Object> getContext()