Class MalformedHeaderException

All Implemented Interfaces:
Serializable

public class MalformedHeaderException extends BadRequestException

Thrown to indicates a malformed header.

Since:
1.0
Author:
Jeremy Kuhn
See Also:
  • Constructor Details

    • MalformedHeaderException

      public MalformedHeaderException()

      Creates a malformed header exception.

    • MalformedHeaderException

      public MalformedHeaderException(String message)

      Creates a malformed header exception with the specified message.

      Parameters:
      message - the message
    • MalformedHeaderException

      public MalformedHeaderException(Throwable cause)

      Creates a malformed header exception with the specified cause.

      Parameters:
      cause - the cause
    • MalformedHeaderException

      public MalformedHeaderException(String message, Throwable cause)

      Creates a malformed header exception with the specified message and cause.

      Parameters:
      message - the message
      cause - the cause