Package com.yahoo.document.serialization
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.document.serialization.SerializationException
- All Implemented Interfaces:
Serializable
Exception which is thrown when serialization fails.
- Author:
- Einar M R Rosenvinge
- See Also:
-
Constructor Summary
ConstructorDescriptionSerializationException
(String msg, Throwable cause) SerializationException
(Throwable 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
-
SerializationException
-
SerializationException
-
SerializationException
-