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

/libcore/luni/src/main/java/javax/security/auth/
H A DDestroyFailedException.java23 public class DestroyFailedException extends Exception { class in inherits:Exception
28 * Creates an exception of type {@code DestroyFailedException}.
30 public DestroyFailedException() { method in class:DestroyFailedException
34 * Creates an exception of type {@code DestroyFailedException}.
39 public DestroyFailedException(String message) { method in class:DestroyFailedException

Completed in 88 milliseconds