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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DSecurityException.java25 public class SecurityException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
30 * Constructs a new {@code SecurityException} that includes the current
35 public SecurityException() { method in class:SecurityException
40 * Constructs a new {@code SecurityException} with the current stack trace
47 public SecurityException(String detailMessage) { method in class:SecurityException
52 * Constructs a new {@code SecurityException} with the current stack trace,
61 public SecurityException(String message, Throwable cause) { method in class:SecurityException
66 * Constructs a new {@code SecurityException} with the current stack trace
73 public SecurityException(Throwable cause) { method in class:SecurityException

Completed in 112 milliseconds