Package i2p.susi.webmail.encoding
Class EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
i2p.susi.webmail.encoding.EncodingException
- All Implemented Interfaces:
Serializable
public class EncodingException extends IOException
Converted from Exception to IOException in 0.9.33
- Author:
- susi
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EncodingException(String msg)
EncodingException(String msg, Exception cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncodingException
- Since:
- public since 0.9.33, was package private
-
EncodingException
- Since:
- 0.9.33
-