Class NoMatchSecurityFactoryException

    • Constructor Detail

      • NoMatchSecurityFactoryException

        public NoMatchSecurityFactoryException​(String message,
                                               String factoryClassCanonicalName,
                                               List<?> matchingFactories,
                                               Throwable cause)
        Exception for not finding suitable security factories.
        Parameters:
        message - message that indicates the current matching step
        factoryClassCanonicalName - required factory class
        matchingFactories - all found factories
        cause - the cause
      • NoMatchSecurityFactoryException

        public NoMatchSecurityFactoryException​(String message,
                                               String factoryClassCanonicalName,
                                               List<?> matchingFactories)
        Exception for not finding suitable security factories.
        Parameters:
        message - message that indicates the current matching step
        factoryClassCanonicalName - required factory class
        matchingFactories - all found factories