org.jclouds.openstack.swift.v1
Class CopyObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.rest.ResourceNotFoundException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CopyObjectException
public CopyObjectException(String sourcePath,
String destinationPath,
String message)
getSourcePath
public String getSourcePath()
getDestinationPath
public String getDestinationPath()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.