|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.icegreen.greenmail.store.FolderException
org.alfresco.repo.imap.exception.AlfrescoImapFolderException
public class AlfrescoImapFolderException
Thrown on an inappropriate attempt to modify a folder.
Field Summary | |
---|---|
static java.lang.String |
PERMISSION_DENIED
|
Fields 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 | |
---|---|
AlfrescoImapFolderException(java.lang.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 |
---|
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 |
Field Detail |
---|
public static final java.lang.String PERMISSION_DENIED
Constructor Detail |
---|
public AlfrescoImapFolderException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |