FileDocCategorySizeDatePackage
DecodingException.javaAPI DocJavaMail 1.4.32450Tue Nov 17 10:38:12 GMT 2009com.sun.mail.util

DecodingException

public class DecodingException extends IOException
A special IOException that indicates a failure to decode data due to an error in the formatting of the data. This allows applications to distinguish decoding errors from other I/O errors.
author
Bill Shannon

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public DecodingException(String s)
Constructor


          
       
	super(s);
    
Methods Summary