Searched defs:PendingException (Results 1 - 1 of 1) 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

Completed in 28 milliseconds