org.kitesdk.data
Class ConcurrentSchemaModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.ConcurrentSchemaModificationException
- All Implemented Interfaces:
- Serializable
public class ConcurrentSchemaModificationException
- extends DatasetException
Exception thrown when a schema modification collided with
another client trying to modify the schema of the same
dataset.
- 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 |
ConcurrentSchemaModificationException
public ConcurrentSchemaModificationException(String msg)
ConcurrentSchemaModificationException
public ConcurrentSchemaModificationException(Throwable cause)
ConcurrentSchemaModificationException
public ConcurrentSchemaModificationException(String msg,
Throwable cause)
Copyright © 2013–2014. All rights reserved.