|
||||||||||
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.InvalidAddressException
public class InvalidAddressException
Exception that indicates that an invalid address has been used while accessing a storage.
Constructor Summary | |
---|---|
InvalidAddressException()
Creates an InvalidAddressException with no detail message. |
|
InvalidAddressException(java.lang.String message)
Creates an InvalidAddressException 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 InvalidAddressException()
InvalidAddressException
with no detail message.
public InvalidAddressException(java.lang.String message)
InvalidAddressException
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 |