Package io.minio.errors
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.minio.errors.MinioException
io.minio.errors.InternalException
- All Implemented Interfaces:
Serializable
Thrown to indicate that unexpected internal library error occurred while processing given
request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalException(String message) Constructs a new InternalException with given error message.InternalException(String message, String httpTrace) Constructs a new InternalException with given error message. -
Method Summary
Methods inherited from class io.minio.errors.MinioException
httpTrace, throwEncapsulatedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalException
Constructs a new InternalException with given error message. -
InternalException
Constructs a new InternalException with given error message.
-