Package org.alfresco.repo.imap.exception
Class AlfrescoImapFolderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.icegreen.greenmail.store.FolderException
org.alfresco.repo.imap.exception.AlfrescoImapFolderException
- All Implemented Interfaces:
Serializable
public class AlfrescoImapFolderException
extends com.icegreen.greenmail.store.FolderException
Thrown on an inappropriate attempt to modify a folder.
- Author:
- Ivan Rybnikov
- See Also:
-
Field Summary
FieldsFields inherited from class com.icegreen.greenmail.store.FolderException
ALREADY_EXISTS_LOCALLY, ALREADY_EXISTS_REMOTELY, IF_CREATED_LOCAL, IF_CREATED_REMOTE, LOCAL_BUT_DELETED, NOT_LOCAL, remoteServer, status -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.icegreen.greenmail.store.FolderException
getRemoteServer, getResponseCode, getStatus, isRemote, setResponseCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
PERMISSION_DENIED
- See Also:
-
-
Constructor Details
-
AlfrescoImapFolderException
-