org.duracloud.chunk.error
Class ContentNotAddedException

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.ContentNotAddedException
All Implemented Interfaces:
java.io.Serializable, MessageFormattable

public class ContentNotAddedException
extends DuraCloudCheckedException

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

Constructor Summary
ContentNotAddedException(java.lang.String message)
           
ContentNotAddedException(java.lang.String spaceId, java.lang.Exception e)
           
ContentNotAddedException(java.lang.String spaceId, java.lang.String contentId, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getContentId()
           
 java.lang.String getSpaceId()
           
 
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

ContentNotAddedException

public ContentNotAddedException(java.lang.String message)

ContentNotAddedException

public ContentNotAddedException(java.lang.String spaceId,
                                java.lang.Exception e)

ContentNotAddedException

public ContentNotAddedException(java.lang.String spaceId,
                                java.lang.String contentId,
                                java.lang.Exception e)
Method Detail

getSpaceId

public java.lang.String getSpaceId()

getContentId

public java.lang.String getContentId()


Copyright © 2009-2010 DuraSpace. All Rights Reserved.