org.apache.jsieve.exception
Class OperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
              extended byorg.apache.jsieve.exception.OperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandException, TestException

public class OperationException
extends SieveException

Class OperationException indicates an exceptional condition encountered while executing an Operation.

See Also:
Serialized Form

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

OperationException

public OperationException()
Constructor for OperationException.


OperationException

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

Parameters:
message -

OperationException

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

Parameters:
message -
cause -

OperationException

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

Parameters:
cause -


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