This package contains all custom exceptions which may be thrown by a
{@link net.fckeditor.connector.Connector Connector} implementation.
Note: These exceptions won't be logged nor will be the
getMessage
method called to pass the message to the user. Instead, the exception
simply indicates the system state which will be propagated to the user
by the a localized message of the system.
Additional Exceptions
More over you may throw following standard exceptions to indicate a
system failure:
IOException
: Indicates that the failure of a file
write action.
SecurityException
: Indicates that the file or
folder action has been denied according to the underlying SecurityManager
or the user has no rights to
perform this action according to a {@link
net.fckeditor.requestcycle.UserAction UserAction} implementation.