arq.cmd
Class CmdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by arq.cmd.CmdException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TerminationException

public class CmdException
extends java.lang.RuntimeException

Indicate that something went wrong - while executing the command or processing the request.

Author:
Andy Seaborne
See Also:
Serialized Form

Constructor Summary
CmdException()
           
CmdException(java.lang.String msg)
           
CmdException(java.lang.String msg, java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmdException

public CmdException()

CmdException

public CmdException(java.lang.String msg)

CmdException

public CmdException(java.lang.String msg,
                    java.lang.Throwable cause)


Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP