Class InvalidSamlRequestException

All Implemented Interfaces:
Serializable

public final class InvalidSamlRequestException
extends SamlException
Indicates that a SAML request is not valid.
See Also:
Serialized Form
  • Constructor Details

    • InvalidSamlRequestException

      public InvalidSamlRequestException()
      Creates a new exception.
    • InvalidSamlRequestException

      public InvalidSamlRequestException​(@Nullable String message)
      Creates a new instance with the specified message.
    • InvalidSamlRequestException

      public InvalidSamlRequestException​(@Nullable String message, @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • InvalidSamlRequestException

      public InvalidSamlRequestException​(@Nullable Throwable cause)
      Creates a new instance with the specified cause.