Package org.bremersee.minio
Class AbstractMinioErrorHandler
java.lang.Object
org.bremersee.minio.AbstractMinioErrorHandler
- All Implemented Interfaces:
MinioErrorHandler,org.springframework.util.ErrorHandler
- Direct Known Subclasses:
DefaultMinioErrorHandler
The abstract minio error handler.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstantiates a new abstract minio error handler. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bremersee.minio.MinioErrorHandler
map
-
Constructor Details
-
AbstractMinioErrorHandler
protected AbstractMinioErrorHandler()Instantiates a new abstract minio error handler.
-
-
Method Details
-
handleError
- Specified by:
handleErrorin interfaceorg.springframework.util.ErrorHandler
-