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

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DRefreshFailedException.java36 public class RefreshFailedException extends Exception { class in inherits:Exception
41 * Constructs a RefreshFailedException with no detail message. A detail
44 public RefreshFailedException() { method in class:RefreshFailedException
49 * Constructs a RefreshFailedException with the specified detail
57 public RefreshFailedException(String msg) { method in class:RefreshFailedException

Completed in 37 milliseconds