net.wimpi.telnetd
Class BootException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.wimpi.telnetd.BootException
All Implemented Interfaces:
java.io.Serializable

public class BootException
extends java.lang.Exception

Class that implements a BootException.
This exception will flag a broken boot process, which expresses startup failure and unavailabilty of telnet service for the container application.

Version:
2.0 (16/07/2006)
Author:
Dieter Wimberger
See Also:
Serialized Form

Constructor Summary
BootException(java.lang.String msg)
          Constructor method for a BootException.
 
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

BootException

public BootException(java.lang.String msg)
Constructor method for a BootException.

Parameters:
msg - String that contains an understandable failure message.


Copyright © 2010. All Rights Reserved.