org.apache.james.mailboxmanager
Class UnsupportedCriteriaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by org.apache.james.mailboxmanager.MailboxManagerException
                  extended by org.apache.james.mailboxmanager.UnsupportedCriteriaException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCriteriaException
extends MailboxManagerException

Indicates that a search criteria is not supported.

See Also:
Serialized Form

Constructor Summary
UnsupportedCriteriaException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class org.apache.james.mailboxmanager.MailboxManagerException
getCause, getMessage
 
Methods inherited from class javax.mail.MessagingException
getNextException, setNextException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCriteriaException

public UnsupportedCriteriaException(java.lang.String string)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.