Package java.security
Class ProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.security.ProviderException
-
- All Implemented Interfaces:
Serializable
public class ProviderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderException()
ProviderException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderException
public ProviderException()
-
ProviderException
public ProviderException(String var0)
-
-