com.dalsemi.tininet.http
Class HTTPServerException

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

public class HTTPServerException
extends java.lang.Exception

Exceptions thrown by the HTTPServer class.


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
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, hashCode
 

Constructor Detail

HTTPServerException

public HTTPServerException()
Creates a generic HTTPServerException

HTTPServerException

public HTTPServerException(java.lang.String error)
Creates an HTTPServerException with error String.