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

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

Completed in 29 milliseconds