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
Untamed: This exception is thrown when a particular security provider is
requested but is not available in the environment.
- Version:
- 1.17 01/12/03
- Author:
- Benjamin Renaud
- See Also:
- Serialized Form
Field Summary
Fields inherited from class java.lang.Exception
Fields inherited from class java.lang.Throwable
Constructor Summary
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
Methods inherited from class java.lang.Object
Constructor Detail
NoSuchProviderException
public NoSuchProviderException()
- Enabled: Constructs a NoSuchProviderException with no detail message. A
detail message is a String that describes this particular
exception.
NoSuchProviderException
public NoSuchProviderException(String msg)
- Enabled: Constructs a NoSuchProviderException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
msg - the detail message.