org.duracloud.client.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.client.error.NotFoundException
All Implemented Interfaces:
java.io.Serializable, MessageFormattable

public class NotFoundException
extends DuraCloudCheckedException

Exception thrown when a response from a services call returns a 404 NOT FOUND response. The message of the exception should indicate which part of the call was not found.

Author:
Bill Branan
See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.String message)
           
 
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(java.lang.String message)


Copyright © 2009-2010 DuraSpace. All Rights Reserved.