org.apache.jsieve.exception
Class OperationException

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.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.
 
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

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 © 2008-2009 The Apache Software Foundation. All Rights Reserved.