类 ResponseParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.digiwin.dap.middleware.dwpay.common.parser.ResponseParseException
所有已实现的接口:
Serializable

public class ResponseParseException extends Exception
The exception from parsing service response.
从以下版本开始:
1.0.0
作者:
fobgochod
另请参阅:
  • 构造器详细资料

    • ResponseParseException

      public ResponseParseException()
    • ResponseParseException

      public ResponseParseException(String message)
    • ResponseParseException

      public ResponseParseException(Throwable cause)
    • ResponseParseException

      public ResponseParseException(String message, Throwable cause)