Package io.minio.errors
Class MinioException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.minio.errors.MinioException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BucketPolicyTooLargeException,ErrorResponseException,InsufficientDataException,InternalException,InvalidResponseException,ServerException,XmlParserException
Base Exception class for all minio-java exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new MinioException.MinioException(String message) Constructs a new MinioException with given error message.MinioException(String message, String httpTrace) Constructs a new MinioException with given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MinioException
public MinioException()Constructs a new MinioException. -
MinioException
Constructs a new MinioException with given error message. -
MinioException
Constructs a new MinioException with given error message.
-
-
Method Details
-
httpTrace
-