Class NoMatchSecurityFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.security.NoMatchSecurityFactoryException
All Implemented Interfaces:
Serializable

public class NoMatchSecurityFactoryException extends RuntimeException
Exception for not finding suitable security factories.
See Also:
  • Constructor Details

    • 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