org.jclouds.openstack.swift.v1
Class CopyObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rest.ResourceNotFoundException
                  extended by org.jclouds.openstack.swift.v1.CopyObjectException
All Implemented Interfaces:
Serializable

public class CopyObjectException
extends org.jclouds.rest.ResourceNotFoundException

Thrown when an object cannot be copied.

See Also:
SwiftErrorHandler#handleError(HttpCommand, HttpResponse)}, Serialized Form

Constructor Summary
CopyObjectException(String sourcePath, String destinationPath, String message)
           
 
Method Summary
 String getDestinationPath()
           
 String getSourcePath()
           
 
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

CopyObjectException

public CopyObjectException(String sourcePath,
                           String destinationPath,
                           String message)
Method Detail

getSourcePath

public String getSourcePath()

getDestinationPath

public String getDestinationPath()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.