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
Instances of this class are thrown when an attempt is made to access a
provider by name which is not currently available.
- See Also:
Throwable,
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 this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
NoSuchProviderException
public NoSuchProviderException()
- Constructs a new instance of this class with its walkback filled in.
Please submit a feedback, bug or feature