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
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