Interface OssExceptionListener

All Known Implementing Classes:
LoggingExceptionListener

public interface OssExceptionListener
OSS异常监听器接口 用于监听和处理OSS操作过程中的异常
  • Method Details

    • onException

      void onException(OssException exception, OssOperationContext context)
      当发生异常时调用
      Parameters:
      exception - 异常信息
      context - 操作上下文