org.apache.karaf.shell.console
Class CloseShellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.karaf.shell.console.CloseShellException
All Implemented Interfaces:
java.io.Serializable

public class CloseShellException
extends Exception

Exception thrown to indicate the console to close.

See Also:
Serialized Form

Constructor Summary
CloseShellException()
           
 
Method Summary
 
Methods inherited from class java.lang.Exception
getClassContext
 
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

CloseShellException

public CloseShellException()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.