Class SdkException

All Implemented Interfaces:
ISdkException, Serializable

public class SdkException extends BaseRuntimeException implements ISdkException
SDK相关异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • SdkException

      public SdkException(String message)
    • SdkException

      public SdkException(String message, String errorCode)
    • SdkException

      public SdkException(String message, Throwable cause)
    • SdkException

      public SdkException(String message, String errorCode, Throwable cause)