|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.NoSuchProviderException
public class NoSuchProviderException
This exception is thrown when a particular security provider is requested but is not available in the environment.
Constructor Summary | |
---|---|
NoSuchProviderException()
Constructs a NoSuchProviderException with no detail message. |
|
NoSuchProviderException(String msg)
Constructs a NoSuchProviderException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, |