org.apache.jsieve.mail
Class SieveMailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
              extended byorg.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.
 
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-2008 The Apache Software Foundation. All Rights Reserved.