Class MalformedHeaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.http.header.MalformedHeaderException
All Implemented Interfaces:
Serializable

public class MalformedHeaderException extends Exception
Thrown when a header string cannot be parsed to a rich Header implementation.
See Also:
  • Constructor Details

    • MalformedHeaderException

      public MalformedHeaderException(String message)
      Constructs a new exception with the given message.
      Parameters:
      message - The message.
    • MalformedHeaderException

      public MalformedHeaderException(String message, Exception cause)
      Constructs a new exception with the given message and cause.
      Parameters:
      message - The message.
      cause - The cause.
    • MalformedHeaderException

      public MalformedHeaderException(Exception cause)
      Constructs a new exception with the given cause.
      Parameters:
      cause - The cause.