public class ConcurrentReadException extends DataStoreException
ConcurrentWriteException
,
Serialized FormDefined in the sis-storage
module
Constructor and Description |
---|
ConcurrentReadException()
Creates an exception with no cause and no details message.
|
ConcurrentReadException(Locale locale,
String filename)
Creates a localized exception for an operation that can not be executed while a read operation is in progress.
|
ConcurrentReadException(String message)
Creates an exception with the specified details message.
|
ConcurrentReadException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentReadException()
public ConcurrentReadException(String message)
message
- the detail message.public ConcurrentReadException(String message, Throwable cause)
message
- the detail message.cause
- the cause for this exception.public ConcurrentReadException(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 read operation is in progress.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.