Class RequestHeaderFieldsTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cool.scx.http.exception.ScxHttpException
cool.scx.http.x.http1.exception.RequestHeaderFieldsTooLargeException
All Implemented Interfaces:
Serializable

public class RequestHeaderFieldsTooLargeException extends cool.scx.http.exception.ScxHttpException
RequestHeaderFieldsTooLargeException
Version:
0.0.1
Author:
scx567888
See Also:
  • Constructor Details

    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException()
    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException(String message)
    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException(Throwable cause)
    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException(String message, Throwable cause)