Package org.duracloud.chunk.error
Class ContentNotAddedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.common.error.DuraCloudCheckedException
-
- org.duracloud.chunk.error.ContentNotAddedException
-
- All Implemented Interfaces:
Serializable,MessageFormattable
public class ContentNotAddedException extends DuraCloudCheckedException
- Author:
- Andrew Woods Date: Feb 8, 2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentNotAddedException(String message)ContentNotAddedException(String spaceId, Exception e)ContentNotAddedException(String spaceId, String contentId, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentId()StringgetSpaceId()-
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
-
-