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 java.lang.RuntimeException

Exceptions thrown by the HTTPServer class.

See Also:
Serialized Form

Constructor Summary
HTTPServerException()
          Creates a generic HTTPServerException
HTTPServerException(java.lang.String error)
          Creates an HTTPServerException with error String.
 
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()
Creates a generic HTTPServerException

HTTPServerException

public HTTPServerException(java.lang.String error)
Creates an HTTPServerException with error String.
Parameters:
error - the detail message.