com.sun.mail.util
Class DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.mail.util.DecodingException
All Implemented Interfaces:
java.io.Serializable

public class DecodingException
extends java.io.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
See Also:
Serialized Form

Constructor Summary
DecodingException(java.lang.String s)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecodingException

public DecodingException(java.lang.String s)
Constructor



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.