org.apache.jsieve.exception
Class SieveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureException, InternetAddressException, LookupException, OperationException, SieveConfigurationException, SieveMailException, SievePatternException, StopException, SyntaxException

public class SieveException
extends java.lang.Exception

Class SieveException indicates an exceptional condition encountered within Sieve.

See Also:
Serialized Form

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

SieveException

public SieveException()
Constructor for SieveException.


SieveException

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

Parameters:
message -

SieveException

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

Parameters:
message -
cause -

SieveException

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

Parameters:
cause -


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