org.hyperic.sigar.shell
Class NormalQuitCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.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()
           
 
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

NormalQuitCommandException

public NormalQuitCommandException()


Copyright ? 2004-2009 Hyperic. All Rights Reserved.