com.devexperts.io
Class MarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
MarshallingException(IOException cause)
           
 
Method Summary
 IOException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshallingException

public MarshallingException(IOException cause)
Method Detail

getCause

public IOException getCause()
Overrides:
getCause in class Throwable


Copyright © 2013 Devexperts. All Rights Reserved.