Class NameDecoderException

All Implemented Interfaces:
Serializable

public class NameDecoderException extends SubjectCanonicalizationException
Error thrown if decoding of a SAML subject identifier fails.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serial ID.
      See Also:
  • Constructor Details

    • NameDecoderException

      public NameDecoderException()
      Constructor.
    • NameDecoderException

      public NameDecoderException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • NameDecoderException

      public NameDecoderException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • NameDecoderException

      public NameDecoderException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one