com.intel.gpe.clients.api.exceptions
Class GPEFileNotRenamedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intel.gpe.clients.api.exceptions.GPEException
com.intel.gpe.clients.api.exceptions.GPEServiceException
com.intel.gpe.clients.api.exceptions.GPEFileNotRenamedException
- All Implemented Interfaces:
- java.io.Serializable
public class GPEFileNotRenamedException
- extends GPEServiceException
Exception thrown in the case when StorageManagement fails to rename a file.
- Version:
- $Id: GPEFileNotRenamedException.java,v 1.3 2006/02/18 18:42:29 nbmalysh Exp $
- Author:
- Dmitry Petrov
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getDestination()
Get destination of the original rename file request. |
java.lang.String |
getSource()
Get source of the original rename file request. |
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 |
GPEFileNotRenamedException
public GPEFileNotRenamedException(java.lang.String message,
FaultWrapper fault,
WSRFClient resourceClient,
java.lang.String source,
java.lang.String destination)
getSource
public java.lang.String getSource()
- Get source of the original rename file request.
- Returns:
- source file path
getDestination
public java.lang.String getDestination()
- Get destination of the original rename file request.
- Returns:
- destination file path
Copyright © 2008. All Rights Reserved.