Package 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
NoSuchProviderExceptionindicates that a requested security provider could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchProviderException()Constructs a new instance ofNoSuchProviderException.NoSuchProviderException(String msg)Constructs a new instance ofNoSuchProviderExceptionwith the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchProviderException
public NoSuchProviderException(String msg)
Constructs a new instance ofNoSuchProviderExceptionwith the given message.- Parameters:
msg- the detail message for this exception.
-
NoSuchProviderException
public NoSuchProviderException()
Constructs a new instance ofNoSuchProviderException.
-
-