org.apache.jsieve.mail
Class SieveMailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jsieve.exception.SieveException
              extended by org.apache.jsieve.mail.SieveMailException
All Implemented Interfaces:
java.io.Serializable

public class SieveMailException
extends SieveException

Class SieveMailException indicates an exceptional condition encountered while processing Sieve Mail.

See Also:
Serialized Form

Constructor Summary
SieveMailException()
          Constructor for SieveMailException.
SieveMailException(java.lang.String message)
          Constructor for SieveMailException.
SieveMailException(java.lang.String message, java.lang.Throwable cause)
          Constructor for SieveMailException.
SieveMailException(java.lang.Throwable cause)
          Constructor for SieveMailException.
 
Method Summary
 
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
 

Constructor Detail

SieveMailException

public SieveMailException()
Constructor for SieveMailException.


SieveMailException

public SieveMailException(java.lang.String message)
Constructor for SieveMailException.

Parameters:
message -

SieveMailException

public SieveMailException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor for SieveMailException.

Parameters:
message -
cause -

SieveMailException

public SieveMailException(java.lang.Throwable cause)
Constructor for SieveMailException.

Parameters:
cause -


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.