net.sf.zekr.engine.server
Class HttpServerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.zekr.common.ZekrBaseRuntimeException
                  extended by net.sf.zekr.engine.server.HttpServerRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class HttpServerRuntimeException
extends ZekrBaseRuntimeException

General exceptions related to HTTP server and it's utility functions.

Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
HttpServerRuntimeException()
           
HttpServerRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpServerRuntimeException

public HttpServerRuntimeException()

HttpServerRuntimeException

public HttpServerRuntimeException(java.lang.Throwable cause)