Package org.silverpeas.core.exception
Class EncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.core.exception.EncodingException
-
- All Implemented Interfaces:
Serializable
public class EncodingException extends RuntimeException
A runtime exception that is thrown when an error occurs while encoding a bean into a serialized representation.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description EncodingException()
EncodingException(String message)
EncodingException(String message, Throwable cause)
protected
EncodingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
EncodingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-