org.kitesdk.data
Class IncompatibleSchemaException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.kitesdk.data.DatasetException
                  
org.kitesdk.data.IncompatibleSchemaException
- All Implemented Interfaces: 
 - Serializable
 
public class IncompatibleSchemaException
- extends DatasetException
 
 Exception thrown when a schema update is not compatible
 with the previous schema (or schemas) or with existing
 datasets (if shared storage is used, for example).
 
- 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 | 
 
 
IncompatibleSchemaException
public IncompatibleSchemaException(String message)
IncompatibleSchemaException
public IncompatibleSchemaException(String message,
                                   Throwable cause)
IncompatibleSchemaException
public IncompatibleSchemaException(Throwable cause)
Copyright © 2013–2014. All rights reserved.