RSE
Release 1.0

org.eclipse.rse.services.files
Class RemoteFolderNotEmptyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.rse.services.clientserver.messages.SystemMessageException
              extended byorg.eclipse.rse.services.files.RemoteFileException
                  extended byorg.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

Constructor Summary
RemoteFolderNotEmptyException()
          Constructor for RemoteFolderNotEmptyException when there is no remote exception to wrap
RemoteFolderNotEmptyException(Exception remoteException)
          Constructor for RemoteFolderNotEmptyException when there is a remote exception to wrap
 
Methods inherited from class org.eclipse.rse.services.files.RemoteFileException
getRemoteException
 
Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageException
getSystemMessage, hasLongID, 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

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.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.