Searched refs:PendingException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPendingException.java33 public class PendingException extends RuntimeException { class in inherits:RuntimeException
38 * Constructs a PendingException with no detail message. A detail
41 public PendingException() { method in class:PendingException
46 * Constructs a PendingException with the specified detail message.
54 public PendingException(String msg) { method in class:PendingException
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java40 import sun.security.util.PendingException;
835 if (ite.getCause() instanceof PendingException &&
840 // if a module's LOGIN_METHOD threw a PendingException
859 throw (PendingException)ite.getCause();

Completed in 34 milliseconds