Package cn.com.anysdk.oss.monitor.impl
Class LoggingExceptionListener
java.lang.Object
cn.com.anysdk.oss.monitor.impl.LoggingExceptionListener
- All Implemented Interfaces:
OssExceptionListener
日志异常监听器
将异常信息记录到日志中
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonException(OssException exception, OssOperationContext context) 当发生异常时调用
-
Constructor Details
-
LoggingExceptionListener
public LoggingExceptionListener()
-
-
Method Details
-
onException
Description copied from interface:OssExceptionListener当发生异常时调用- Specified by:
onExceptionin interfaceOssExceptionListener- Parameters:
exception- 异常信息context- 操作上下文
-