Class 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.
    Author:
    Ivan Rybnikov
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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
    • 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
      • 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)