Package org.duracloud.chunk.error
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.common.error.DuraCloudCheckedException
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-