messif.buckets.storage
Class InvalidAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by messif.buckets.BucketStorageException
              extended by messif.buckets.StorageFailureException
                  extended by messif.buckets.storage.InvalidAddressException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAddressException
extends StorageFailureException

Exception that indicates that an invalid address has been used while accessing a storage.

See Also:
Serialized Form

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

InvalidAddressException

public InvalidAddressException()
Creates an InvalidAddressException with no detail message.


InvalidAddressException

public InvalidAddressException(java.lang.String message)
Creates an InvalidAddressException with the specified detail message.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)