SK.gnome.dwarf.main
Class CommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySK.gnome.dwarf.ServiceException
              extended bySK.gnome.dwarf.main.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends ServiceException

This exception is thrown by the console commands.

See Also:
Serialized Form

Constructor Summary
CommandException()
          Constructs a new CommandException
CommandException(java.lang.String message)
          Constructs a new CommandException with the given message.
CommandException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new CommandException with the Throwable object as the root cause, and the given message.
CommandException(java.lang.Throwable cause)
          Constructs a new CommandException with the Throwable object as the root cause.
 
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()
Constructs a new CommandException


CommandException

public CommandException(java.lang.String message)
Constructs a new CommandException with the given message.

Parameters:
message - the message

CommandException

public CommandException(java.lang.Throwable cause)
Constructs a new CommandException with the Throwable object as the root cause.

Parameters:
cause - the root cause

CommandException

public CommandException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a new CommandException with the Throwable object as the root cause, and the given message.

Parameters:
message - the message
cause - the root cause


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.