Searched defs:NoSuchProviderException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DNoSuchProviderException.java35 public class NoSuchProviderException extends GeneralSecurityException { class in inherits:GeneralSecurityException
40 * Constructs a NoSuchProviderException with no detail message. A
44 public NoSuchProviderException() { method in class:NoSuchProviderException
49 * Constructs a NoSuchProviderException with the specified detail
55 public NoSuchProviderException(String msg) { method in class:NoSuchProviderException

Completed in 37 milliseconds