Package org.forgerock.opendj.ldap
Class TransportProviderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.forgerock.opendj.ldap.TransportProviderNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class TransportProviderNotFoundException extends RuntimeException
Exception thrown when a transport provider can't be found.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProviderName()
Returns the name of the provider implementation that was requested, ornull
if the default provider was requested.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getProviderName
public String getProviderName()
Returns the name of the provider implementation that was requested, ornull
if the default provider was requested.- Returns:
- The name of the provider implementation that was requested, or
null
if the default provider was requested.
-
-