Class MinioException

  • All Implemented Interfaces:
    Serializable, org.bremersee.exception.ErrorCodeAware, org.bremersee.exception.HttpStatusAware

    public class MinioException
    extends org.bremersee.exception.ServiceException
    implements org.bremersee.exception.HttpStatusAware, org.bremersee.exception.ErrorCodeAware
    The minio exception.
    Author:
    Christian Bremer
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.bremersee.exception.ServiceException

        ERROR_CODE_ALREADY_EXISTS
      • Fields inherited from interface org.bremersee.exception.ErrorCodeAware

        NO_ERROR_CODE_VALUE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MinioException​(int httpStatus, String errorCode, String reason, Throwable cause)
      Instantiates a new minio exception.
    • Constructor Detail

      • 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