org.jclouds.openstack.swift
Class CopyObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.rest.ResourceNotFoundException
org.jclouds.openstack.swift.CopyObjectException
- All Implemented Interfaces:
- Serializable
public class CopyObjectException
- extends org.jclouds.rest.ResourceNotFoundException
Thrown when an object cannot be copied.
- Author:
- Everett Toews
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CopyObjectException
public CopyObjectException()
CopyObjectException
public CopyObjectException(String sourcePath,
String destinationPath,
String message)
CopyObjectException
public CopyObjectException(Exception from)
getSourcePath
public String getSourcePath()
getDestinationPath
public String getDestinationPath()
Copyright © 2009-2013 jclouds. All Rights Reserved.