com.dalsemi.tininet.http
Class HTTPServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.dalsemi.tininet.http.HTTPServerException
All Implemented Interfaces:
java.io.Serializable

public class HTTPServerException
extends java.lang.RuntimeException

HTTPServerExceptions are thrown by the HTTPServer class. These exceptions can be thrown for various reasons including failure to bind to a socket, log file failures, etc.

See Also:
Serialized Form

Constructor Summary
HTTPServerException()
          Constructs an HTTPServerException with no detail message.
HTTPServerException(java.lang.String error)
          Constructs an HTTPServerException with the specified detail message.
 
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

HTTPServerException

public HTTPServerException()
Constructs an HTTPServerException with no detail message.


HTTPServerException

public HTTPServerException(java.lang.String error)
Constructs an HTTPServerException with the specified detail message.

Parameters:
error - the detail message


Also see:
o TINI 1.18 API
o TINI Home Page
o 1-Wire API

o JDK 1.1

Last update Thu Feb 5 09:42:41 CST 2009