public class NoMatchSecurityFactoryException extends RuntimeException
| 构造器和说明 |
|---|
NoMatchSecurityFactoryException(String message,
String factoryClassCanonicalName,
List<?> matchingFactories)
Exception for not finding suitable security factories.
|
NoMatchSecurityFactoryException(String message,
String factoryClassCanonicalName,
List<?> matchingFactories,
Throwable cause)
Exception for not finding suitable security factories.
|
public NoMatchSecurityFactoryException(String message, String factoryClassCanonicalName, List<?> matchingFactories, Throwable cause)
message - message that indicates the current matching stepfactoryClassCanonicalName - required factory classmatchingFactories - all found factoriescause - the causepublic NoMatchSecurityFactoryException(String message, String factoryClassCanonicalName, List<?> matchingFactories)
message - message that indicates the current matching stepfactoryClassCanonicalName - required factory classmatchingFactories - all found factoriesCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.