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
NoSuchProviderException indicates that a requested security provider
could not be found.
- 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(String msg)
- Constructs a new instance of
NoSuchProviderException with the
given message.
- Parameters:
msg - the detail message for this exception.
NoSuchProviderException
public NoSuchProviderException()
- Constructs a new instance of
NoSuchProviderException.