Class InvalidSamlRequestException

All Implemented Interfaces:
Serializable

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

    • InvalidSamlRequestException

      public InvalidSamlRequestException()
      Creates a new exception.
    • InvalidSamlRequestException

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

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

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