public class ReadOnlyStorageException extends DataStoreException
DataStore
can not perform a write operations.
This exception may occur either because:
ForwardOnlyStorageException
,
Serialized FormDefined in the sis-storage
module
Constructor and Description |
---|
ReadOnlyStorageException()
Creates an exception with no cause and no details message.
|
ReadOnlyStorageException(String message)
Creates an exception with the specified details message.
|
ReadOnlyStorageException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
ReadOnlyStorageException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadOnlyStorageException()
public ReadOnlyStorageException(String message)
message
- the detail message.public ReadOnlyStorageException(Throwable cause)
cause
- the cause for this exception.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.