Package org.bremersee.data.minio
Interface MinioErrorHandler
-
- All Superinterfaces:
org.springframework.util.ErrorHandler
- All Known Implementing Classes:
AbstractMinioErrorHandler
,DefaultMinioErrorHandler
@Validated public interface MinioErrorHandler extends org.springframework.util.ErrorHandler
The minio error handler.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull MinioException
map(@NotNull Throwable t)
Map minio exception.
-
-
-
Method Detail
-
map
@NotNull @NotNull MinioException map(@NotNull @NotNull Throwable t)
Map minio exception.- Parameters:
t
- the throwable- Returns:
- the minio exception
-
-