|
|
|
|
org.eclipse.rse.services.files
Class RemoteFolderNotEmptyException
java.lang.Object
java.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
-
All Implemented Interfaces:
-
Serializable
-
public class RemoteFolderNotEmptyException
- extends
RemoteFileException
Exception thrown when attempting to delete a folder, and the folder is not empty.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.
Throwable
|
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
|
RemoteFolderNotEmptyException
public RemoteFolderNotEmptyException()
- Constructor for RemoteFolderNotEmptyException when there is no remote exception to wrap
RemoteFolderNotEmptyException
public RemoteFolderNotEmptyException(
Exception remoteException)
- Constructor for RemoteFolderNotEmptyException when there is a remote exception to wrap
-
Parameters:
-
remoteException - the exception that caused this one to be constructed.
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|