com.devexperts.io
Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devexperts.io.MarshallingException
- All Implemented Interfaces:
- Serializable
public class MarshallingException
- extends RuntimeException
This exception is thrown by Marshalled
when it fails to serialize/deserialize object.
- See Also:
- Serialized Form
MarshallingException
public MarshallingException(IOException cause)
getCause
public IOException getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2013 Devexperts. All Rights Reserved.