com.intel.gpe.clients.api.exceptions
Class GPEPermissionsNotChangedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.clients.api.exceptions.GPEException
              extended by com.intel.gpe.clients.api.exceptions.GPEServiceException
                  extended by com.intel.gpe.clients.api.exceptions.GPEPermissionsNotChangedException
All Implemented Interfaces:
java.io.Serializable

public class GPEPermissionsNotChangedException
extends GPEServiceException

Exception thrown when StorageManagement fails to change permissions for a given file.

Version:
$Id: GPEPermissionsNotChangedException.java,v 1.4 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Dmitry Petrov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException
resourceClient
 
Constructor Summary
GPEPermissionsNotChangedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path, Permissions permissions)
           
 
Method Summary
 java.lang.String getPath()
          Get file path of the original change permissions request.
 Permissions getPermissions()
          Get file permissions of the original change permissions request.
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEServiceException
getFaultDescriptionAsString, getFaultWrapper, getReason
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException
getResourceClient
 
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

GPEPermissionsNotChangedException

public GPEPermissionsNotChangedException(java.lang.String message,
                                         FaultWrapper fault,
                                         WSRFClient resourceClient,
                                         java.lang.String path,
                                         Permissions permissions)
Method Detail

getPath

public java.lang.String getPath()
Get file path of the original change permissions request.

Returns:
file path

getPermissions

public Permissions getPermissions()
Get file permissions of the original change permissions request.

Returns:
file permissions


Copyright © 2008. All Rights Reserved.