Class SamlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSamlRequestException

public class SamlException
extends RuntimeException
Indicates that an error occurred while processing a SAML request.
See Also:
Serialized Form
  • Constructor Details

    • SamlException

      public SamlException()
      Creates a new exception.
    • SamlException

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

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

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

      protected SamlException​(@Nullable String message, @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
  • Method Details