org.kitesdk.data
Class ConcurrentSchemaModificationException

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.ConcurrentSchemaModificationException
All Implemented Interfaces:
Serializable

public class ConcurrentSchemaModificationException
extends DatasetException

Exception thrown when a schema modification collides with another client trying to modify the schema of the same dataset.

Since:
0.9.0
See Also:
Serialized Form

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

ConcurrentSchemaModificationException

public ConcurrentSchemaModificationException(String msg)

ConcurrentSchemaModificationException

public ConcurrentSchemaModificationException(Throwable cause)

ConcurrentSchemaModificationException

public ConcurrentSchemaModificationException(String msg,
                                             Throwable cause)


Copyright © 2013–2014. All rights reserved.