public class ConcurrentWriteException extends DataStoreException
ConcurrentReadException,
Serialized FormDefined in the sis-storage module
| Constructor and Description |
|---|
ConcurrentWriteException()
Creates an exception with no cause and no details message.
|
ConcurrentWriteException(Locale locale,
String filename)
Creates a localized exception for an operation that can not be executed while a write operation is in progress.
|
ConcurrentWriteException(String message)
Creates an exception with the specified details message.
|
ConcurrentWriteException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConcurrentWriteException()
public ConcurrentWriteException(String message)
message - the detail message.public ConcurrentWriteException(String message, Throwable cause)
message - the detail message.cause - the cause for this exception.public ConcurrentWriteException(Locale locale, String filename)
locale - the locale of the message to be returned by DataStoreException.getLocalizedMessage(), or null.filename - name of the file or data store where a write operation is in progress.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.