public class NoMatchSecurityFactoryException extends RuntimeException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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–2025 The Apache Software Foundation. All rights reserved.