org.duracloud.chunk.error
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.duracloud.common.error.DuraCloudCheckedException
              extended by org.duracloud.chunk.error.NotFoundException
All Implemented Interfaces:
Serializable, MessageFormattable

public class NotFoundException
extends DuraCloudCheckedException

Author:
Andrew Woods Date: Feb 8, 2010
See Also:
Serialized Form

Constructor Summary
NotFoundException(String message)
           
NotFoundException(String spaceId, 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

NotFoundException

public NotFoundException(String message)

NotFoundException

public NotFoundException(String spaceId,
                         Exception e)


Copyright © 2009-2011 DuraSpace. All Rights Reserved.