com.dalsemi.tininet.http
Class HTTPServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.dalsemi.tininet.http.HTTPServerException

public class HTTPServerException
extends 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(String error)
          Constructs an HTTPServerException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(String error)
Constructs an HTTPServerException with the specified detail message.
Parameters:
error - the detail message