org.duracloud.durastore.error
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.duracloud.common.error.DuraCloudCheckedException
              extended by org.duracloud.durastore.error.ResourceException
                  extended by org.duracloud.durastore.error.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable, MessageFormattable

public class ResourceNotFoundException
extends ResourceException

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String task, java.lang.String spaceId, java.lang.Exception e)
           
ResourceNotFoundException(java.lang.String task, java.lang.String spaceId, java.lang.String contentId, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
getArgs, getFormattedMessage, getKey, setArgs
 
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

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String task,
                                 java.lang.String spaceId,
                                 java.lang.Exception e)

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String task,
                                 java.lang.String spaceId,
                                 java.lang.String contentId,
                                 java.lang.Exception e)


Copyright © 2009-2010 DuraSpace. All Rights Reserved.