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:
java.io.Serializable
public class AlfrescoImapFolderException extends com.icegreen.greenmail.store.FolderExceptionThrown on an inappropriate attempt to modify a folder.- Author:
- Ivan Rybnikov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPERMISSION_DENIED
-
Constructor Summary
Constructors Constructor Description AlfrescoImapFolderException(java.lang.String message)
-
Method Summary
-
Methods inherited from class com.icegreen.greenmail.store.FolderException
getRemoteServer, getResponseCode, getStatus, isRemote, setResponseCode
-
-
-
-
Field Detail
-
PERMISSION_DENIED
public static final java.lang.String PERMISSION_DENIED
- See Also:
- Constant Field Values
-
-