com.cloudera.cdk.data
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cloudera.cdk.data.DatasetException
                  extended by com.cloudera.cdk.data.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException
extends DatasetException

Exception thrown when an object cannot be serialized to, or deserialized from, its binary representation.

Since:
0.9.0
See Also:
Serialized Form

Constructor Summary
SerializationException(String message, Throwable root)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

SerializationException

public SerializationException(String message,
                              Throwable root)


Copyright © 2013–2014 Cloudera. All rights reserved.