org.kitesdk.data
Class SerializationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.kitesdk.data.DatasetException
                  
org.kitesdk.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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
SerializationException
public SerializationException(String message,
                              Throwable root)
Copyright © 2013–2014. All rights reserved.