Package org.bremersee.minio
Class MinioException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bremersee.exception.ServiceException
org.bremersee.minio.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:
-
Field Summary
Fields inherited from class org.bremersee.exception.ServiceException
ERROR_CODE_ALREADY_EXISTSFields inherited from interface org.bremersee.exception.ErrorCodeAware
NO_ERROR_CODE_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMinioException(int httpStatus, String errorCode, String reason, Throwable cause) Instantiates a new minio exception. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bremersee.exception.ServiceExceptionBuilder<? extends MinioException> builder()Creates new exception builder.Methods inherited from class org.bremersee.exception.ServiceException
alreadyExists, alreadyExists, alreadyExists, alreadyExistsWithErrorCode, alreadyExistsWithErrorCode, badRequest, badRequest, badRequest, badRequest, badRequest, canEqual, equals, forbidden, forbidden, forbidden, forbiddenWithErrorCode, forbiddenWithErrorCode, forbiddenWithErrorCode, getErrorCode, hashCode, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, notFound, notFound, notFound, notFoundWithErrorCode, notFoundWithErrorCode, statusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bremersee.exception.ErrorCodeAware
getErrorCodeMethods inherited from interface org.bremersee.exception.HttpStatusAware
status
-
Constructor Details
-
MinioException
Instantiates a new minio exception.- Parameters:
httpStatus- the http statuserrorCode- the error codereason- the reasoncause- the cause
-
-
Method Details
-
builder
Creates new exception builder.- Returns:
- the builder
-