java.security
Class NoSuchProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.NoSuchProviderException
- All Implemented Interfaces:
- Serializable
public class NoSuchProviderException
- extends GeneralSecurityException
This exception is thrown when the requested security provider is
not available.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchProviderException
public NoSuchProviderException()
- Create a new instance with no descriptive error message.
NoSuchProviderException
public NoSuchProviderException(String msg)
- Create a new instance with a descriptive error message.
- Parameters:
msg
- the descriptive error message