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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchProviderException()
NoSuchProviderException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchProviderException
public NoSuchProviderException()
-
NoSuchProviderException
public NoSuchProviderException(String var0)
-
-