This exception is thrown by {@link Base64InputStream} or {@link Base64OutputStream}
when an error is detected in the data being decoded. This allows problems with the base64 data
to be disambiguated from errors in the underlying streams (e.g. actual connection errors.) |