public class Base64DataException extends IOException
Base64InputStream
or 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.)Constructor and Description |
---|
Base64DataException(String detailMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Base64DataException(String detailMessage)