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

/openjdk7/jdk/src/share/classes/java/security/
H A DProviderException.java36 public class ProviderException extends RuntimeException { class in inherits:RuntimeException
41 * Constructs a ProviderException with no detail message. A
45 public ProviderException() { method in class:ProviderException
50 * Constructs a ProviderException with the specified detail
56 public ProviderException(String s) { method in class:ProviderException
61 * Creates a <code>ProviderException</code> with the specified
71 public ProviderException(String message, Throwable cause) { method in class:ProviderException
76 * Creates a <code>ProviderException</code> with the specified cause
86 public ProviderException(Throwable cause) { method in class:ProviderException

Completed in 58 milliseconds