org.alfresco.repo.imap.exception
Class AlfrescoImapFolderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.icegreen.greenmail.store.FolderException
              extended by org.alfresco.repo.imap.exception.AlfrescoImapFolderException
All Implemented Interfaces:
java.io.Serializable

public class AlfrescoImapFolderException
extends com.icegreen.greenmail.store.FolderException

Thrown on an inappropriate attempt to modify a folder.

See Also:
Serialized Form

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

PERMISSION_DENIED

public static final java.lang.String PERMISSION_DENIED
See Also:
Constant Field Values
Constructor Detail

AlfrescoImapFolderException

public AlfrescoImapFolderException(java.lang.String message)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.