org.hyperic.sigar.shell
Class NormalQuitCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.hyperic.sigar.shell.NormalQuitCommandException
All Implemented Interfaces:
java.io.Serializable

public class NormalQuitCommandException
extends java.lang.RuntimeException

This exception is thrown when a command wants to exit the shell completely. Typically this is only done for quit commands.

See Also:
Serialized Form

Constructor Summary
NormalQuitCommandException()
           
 
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

NormalQuitCommandException

public NormalQuitCommandException()


Copyright © 2004-2006 Hyperic. All Rights Reserved.