Package org.hertsstack.core.exception
Class HttpServerBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hertsstack.core.exception.HttpServerBuildException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpServerBuildException extends java.lang.RuntimeException
Herts http server failure exception class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpServerBuildException()
HttpServerBuildException(java.lang.String msg)
HttpServerBuildException(java.lang.String msg, java.lang.Throwable cause)
HttpServerBuildException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
HttpServerBuildException
public HttpServerBuildException()
-
HttpServerBuildException
public HttpServerBuildException(java.lang.String msg)
-
HttpServerBuildException
public HttpServerBuildException(java.lang.Throwable cause)
-
HttpServerBuildException
public HttpServerBuildException(java.lang.String msg, java.lang.Throwable cause)
-
-