public class MinioException extends Exception
| Constructor and Description |
|---|
MinioException(String message)
Constructs a new MinioException with given error message.
|
MinioException(String message,
String httpTrace)
Constructs a new MinioException with given error message.
|
MinioException(String message,
Throwable cause)
Constructs a new MinioException with the specified detail message and cause.
|
MinioException(Throwable cause)
Constructs a new MinioException with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
httpTrace() |
void |
throwEncapsulatedException()
Throws encapsulated exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MinioException(String message)
public MinioException(String message, String httpTrace)
public MinioException(String message, Throwable cause)
public MinioException(Throwable cause)
public String httpTrace()
public void throwEncapsulatedException()
throws BucketPolicyTooLargeException,
CertificateException,
EOFException,
ErrorResponseException,
FileNotFoundException,
GeneralSecurityException,
InsufficientDataException,
InternalException,
InvalidKeyException,
InvalidResponseException,
IOException,
com.fasterxml.jackson.databind.JsonMappingException,
com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.core.JsonProcessingException,
KeyManagementException,
KeyStoreException,
MinioException,
NoSuchAlgorithmException,
ServerException,
XmlParserException
BucketPolicyTooLargeExceptionCertificateExceptionEOFExceptionErrorResponseExceptionFileNotFoundExceptionGeneralSecurityExceptionInsufficientDataExceptionInternalExceptionInvalidKeyExceptionInvalidResponseExceptionIOExceptioncom.fasterxml.jackson.databind.JsonMappingExceptioncom.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionKeyManagementExceptionKeyStoreExceptionMinioExceptionNoSuchAlgorithmExceptionServerExceptionXmlParserException