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, toString
public 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 2010-2022 ForgeRock AS.