org.apache.jsieve.exception
Class CommandException

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

public class CommandException
extends OperationException

Class CommandException indicates an exceptional condition encountered while executing a Command.

See Also:
Serialized Form

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

CommandException

public CommandException()
Constructor for CommandException.


CommandException

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

Parameters:
message -

CommandException

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

Parameters:
message -
cause -

CommandException

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

Parameters:
cause -


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