public class ConcurrentSchemaModificationException extends DatasetException
Exception thrown when a schema modification collides with another client trying to modify the schema of the same dataset.
Constructor and Description |
---|
ConcurrentSchemaModificationException(String msg) |
ConcurrentSchemaModificationException(String msg,
Throwable cause) |
ConcurrentSchemaModificationException(Throwable cause) |
format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2015. All rights reserved.