> + > +import org.jclouds.rest.ResourceNotFoundException; > + > +/** > + * Thrown when an object cannot be copied. > + * > + * @author Everett Toews > + */ > +public class CopyObjectException extends ResourceNotFoundException { > + > + private String sourcePath; > + private String destinationPath; > + > + public CopyObjectException() { > + super(); > + }
I guess this one is needed..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8709553