java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.NoSuchProviderException
- All Implemented Interfaces:
- Serializable
This exception is thrown when a particular security provider is
 requested but is not available in the environment.
- Since:
- 1.1
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aNoSuchProviderExceptionwith no detail message.Constructs aNoSuchProviderExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchProviderExceptionpublic NoSuchProviderException()Constructs aNoSuchProviderExceptionwith no detail message. A detail message is aStringthat describes this particular exception.
- 
NoSuchProviderExceptionConstructs aNoSuchProviderExceptionwith the specified detail message. A detail message is aStringthat describes this particular exception.- Parameters:
- msg- the detail message.
 
 
-