|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
messif.buckets.BucketStorageException
messif.buckets.StorageFailureException
messif.buckets.storage.ReadonlyStorageException
public class ReadonlyStorageException
Exception that indicates that a write operation was requested on a read-only storage.
Constructor Summary | |
---|---|
ReadonlyStorageException()
Creates a ReadonlyStorageException with no detail message. |
|
ReadonlyStorageException(java.lang.String message)
Creates a ReadonlyStorageException with the specified detail message. |
Method Summary |
---|
Methods inherited from class messif.buckets.StorageFailureException |
---|
toString |
Methods inherited from class messif.buckets.BucketStorageException |
---|
getErrorCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadonlyStorageException()
ReadonlyStorageException
with no detail message.
public ReadonlyStorageException(java.lang.String message)
ReadonlyStorageException
with the specified detail message.
message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |