|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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.GPEFileNotDeletedException
public class GPEFileNotDeletedException
Exception thrown in the case when StorageManagement fails to delete file.
| Field Summary | |
|---|---|
java.lang.String |
path
|
| Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException |
|---|
resourceClient |
| Constructor Summary | |
|---|---|
GPEFileNotDeletedException(java.lang.String message,
FaultWrapper fault,
WSRFClient resourceClient,
java.lang.String path)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Get file path of the original delete file 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 |
| Field Detail |
|---|
public java.lang.String path
| Constructor Detail |
|---|
public GPEFileNotDeletedException(java.lang.String message,
FaultWrapper fault,
WSRFClient resourceClient,
java.lang.String path)
| Method Detail |
|---|
public java.lang.String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||