Package org.bremersee.minio
Interface MinioErrorHandler
- All Superinterfaces:
org.springframework.util.ErrorHandler
- All Known Implementing Classes:
AbstractMinioErrorHandler,DefaultMinioErrorHandler
public interface MinioErrorHandler
extends org.springframework.util.ErrorHandler
The minio error handler.
- Author:
- Christian Bremer
-
Method Summary
Methods inherited from interface org.springframework.util.ErrorHandler
handleError
-
Method Details
-
map
Map minio exception.- Parameters:
t- the throwable- Returns:
- the minio exception
-