java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.chinesepspwechatpayservices.exception.WeChatPayException
All Implemented Interfaces:
Serializable

public class WeChatPayException extends RuntimeException
Custom exception class to handle exceptions while executing HTTP request
See Also:
  • Constructor Details

    • WeChatPayException

      public WeChatPayException()
    • WeChatPayException

      public WeChatPayException(String s)
    • WeChatPayException

      public WeChatPayException(Throwable throwable)
    • WeChatPayException

      public WeChatPayException(String s, Throwable throwable)