Skip to content

Commit

Permalink
Better exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 29, 2023
1 parent 8945f46 commit 7dcf2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public InputStream getInputStream()
*/
public OutputStream getOutputStream() throws IOException
{
throw new UnsupportedOperationException("cannot do this");
throw new UnsupportedOperationException("getOutputStream()");
}

/** Gets the content type. */
Expand Down

0 comments on commit 7dcf2cf

Please sign in to comment.