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