org.apache.jsieve.exception
Class CommandException

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
                  extended by org.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.
 
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

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