Class SAML2TokenRepositoryException

  • All Implemented Interfaces:
    Serializable

    public class SAML2TokenRepositoryException
    extends Exception
    This class is used to wrap Exceptions thrown by implementations of the SAML2TokenRepository.
    See Also:
    Serialized Form
    • Constructor Detail

      • SAML2TokenRepositoryException

        public SAML2TokenRepositoryException​(String error,
                                             Throwable cause)
        Constructs a new SAML2TokenRepositoryException with the specified detail message and cause.
        Parameters:
        error - The detail message.
        cause - The cause.
      • SAML2TokenRepositoryException

        public SAML2TokenRepositoryException​(String error)
        Constructs a new SAML2TokenRepositoryException with the specified detail message.
        Parameters:
        error - The detail message.