public class

DecodingException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.google.code.com.sun.mail.util.DecodingException

Class Overview

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.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
DecodingException(String s)
Constructor
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6913647794421459390 (0xa00dc9f607589642)

Public Constructors

public DecodingException (String s)

Constructor

Parameters
s