com.dalsemi.tininet.http
Class HTTPServerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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