net.fckeditor.connector.exception
Class FolderAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.fckeditor.connector.exception.FolderAlreadyExistsException
All Implemented Interfaces:
Serializable

public class FolderAlreadyExistsException
extends Exception

Thrown to indicate that the requested folder cannot be created because it already exists.

Version:
$Id: FolderAlreadyExistsException.java 4785 2009-12-21 20:10:28Z mosipov $
See Also:
Serialized Form

Constructor Summary
FolderAlreadyExistsException()
           
 
Method Summary
 
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

FolderAlreadyExistsException

public FolderAlreadyExistsException()


Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.