Package org.bremersee.data.minio
Class AbstractMinioErrorHandler
- java.lang.Object
-
- org.bremersee.data.minio.AbstractMinioErrorHandler
-
- All Implemented Interfaces:
MinioErrorHandler
,org.springframework.util.ErrorHandler
- Direct Known Subclasses:
DefaultMinioErrorHandler
public abstract class AbstractMinioErrorHandler extends Object implements MinioErrorHandler
The abstract minio error handler.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description AbstractMinioErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleError(Throwable t)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bremersee.data.minio.MinioErrorHandler
map
-
-
-
-
Method Detail
-
handleError
public void handleError(@NonNull Throwable t)
- Specified by:
handleError
in interfaceorg.springframework.util.ErrorHandler
-
-