TelnetD at SF

net.wimpi.telnetd
Class BootException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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 (13/03/2005)
Author:
Dieter Wimberger
See Also:
Serialized Form

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

TelnetD at SF

Copyright © 2000-2005 Dieter Wimberger.