RSE
Release 3.4

org.eclipse.rse.services.files
Class RemoteFolderNotEmptyException

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

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
 
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

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 3.4

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