org.kitesdk.data
Class IncompatibleSchemaException

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

Constructor Summary
IncompatibleSchemaException(String message)
           
IncompatibleSchemaException(String message, Throwable cause)
           
IncompatibleSchemaException(Throwable cause)
           
 
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

IncompatibleSchemaException

public IncompatibleSchemaException(String message)

IncompatibleSchemaException

public IncompatibleSchemaException(String message,
                                   Throwable cause)

IncompatibleSchemaException

public IncompatibleSchemaException(Throwable cause)


Copyright © 2013–2014. All rights reserved.