ePOST API

rice.post.storage
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by rice.post.PostException
              extended by rice.post.storage.StorageException
All Implemented Interfaces:
java.io.Serializable

public class StorageException
extends PostException

An exception that occurred when storing or retrieving data in POST.

Version:
$Id: StorageException.java 2852 2005-12-16 16:04:27Z jstewart $
See Also:
Serialized Form

Constructor Summary
StorageException(Id location, java.lang.String msg)
          Constructor.
StorageException(java.lang.String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException(Id location,
                        java.lang.String msg)
Constructor.

Parameters:
location - The location of the object related to the error
msg - The string representing the error.

StorageException

public StorageException(java.lang.String msg)
Constructor.

Parameters:
msg - The string representing the error.

ePOST API

Copyright © 2001-2005 - Rice Pastry.