Package io.minio.errors
Class InsufficientDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.minio.errors.MinioException
io.minio.errors.InsufficientDataException
- All Implemented Interfaces:
Serializable
Thrown to indicate that reading given InputStream gets EOFException before reading given length.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInsufficientDataException(String message) Constructs a new InsufficientDataException 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
-
InsufficientDataException
Constructs a new InsufficientDataException with given error message.
-