public class ProviderNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ProviderNotFoundException(Class<? extends Provider> providerClass,
String providerName,
String message)
Creates the exception with a provider type, provider name and a message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProviderName()
Returns the name of provider.
|
Class<?> |
getProviderType()
Returns the type of provider.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProviderNotFoundException(Class<? extends Provider> providerClass, String providerName, String message)
providerClass - the provider classproviderName - the name of the provider implementation that was requestedmessage - the detail messagepublic Class<?> getProviderType()
public String getProviderName()
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.