|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException
org.eclipse.rse.services.files.RemoteFileException
org.eclipse.rse.services.files.RemoteFolderNotEmptyException
public class RemoteFolderNotEmptyException
Exception thrown when attempting to delete a folder, and the folder is not empty.
| Constructor Summary | |
|---|---|
RemoteFolderNotEmptyException()
Constructor for RemoteFolderNotEmptyException when there is no remote exception to wrap |
|
RemoteFolderNotEmptyException(java.lang.Exception remoteException)
Constructor for RemoteFolderNotEmptyException when there is a remote exception to wrap |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException |
|---|
getRemoteException |
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageException |
|---|
getSystemMessage, setSystemMessage |
| 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 |
|---|
public RemoteFolderNotEmptyException()
public RemoteFolderNotEmptyException(java.lang.Exception remoteException)
remoteException - the exception that caused this one to be constructed.
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||