Class MinioException

All Implemented Interfaces:
Serializable, ErrorCodeAware, HttpStatusAware

public class MinioException extends ServiceException implements HttpStatusAware, ErrorCodeAware
The minio exception.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • MinioException

      protected MinioException(int httpStatus, String errorCode, String reason, Throwable cause)
      Instantiates a new minio exception.
      Parameters:
      httpStatus - the http status
      errorCode - the error code
      reason - the reason
      cause - the cause
  • Method Details