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.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 StringPERMISSION_DENIED
-
Constructor Summary
Constructors Constructor Description AlfrescoImapFolderException(String message)
-
Method Summary
-
Methods inherited from class com.icegreen.greenmail.store.FolderException
getRemoteServer, getResponseCode, getStatus, isRemote, setResponseCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
PERMISSION_DENIED
public static final String PERMISSION_DENIED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlfrescoImapFolderException
public AlfrescoImapFolderException(String message)
-
-