Class InvalidHttpRequestLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cool.scx.http.x.http1.request_line.InvalidHttpRequestLineException
All Implemented Interfaces:
Serializable

public class InvalidHttpRequestLineException extends Exception
非法请求行异常
See Also:
  • Field Details

    • requestLineStr

      public final String requestLineStr
  • Constructor Details

    • InvalidHttpRequestLineException

      public InvalidHttpRequestLineException(String requestLineStr)