Class InsufficientDataException

All Implemented Interfaces:
Serializable

public class InsufficientDataException extends MinioException
Thrown to indicate that reading given InputStream gets EOFException before reading given length.
See Also:
  • Constructor Details

    • InsufficientDataException

      public InsufficientDataException(String message)
      Constructs a new InsufficientDataException with given error message.