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

/libcore/luni/src/main/java/java/lang/
H A DSecurityException.java23 public class SecurityException extends RuntimeException { class in inherits:RuntimeException
28 * Constructs a new {@code SecurityException} that includes the current
31 public SecurityException() { method in class:SecurityException
35 * Constructs a new {@code SecurityException} with the current stack trace
41 public SecurityException(String detailMessage) { method in class:SecurityException
46 * Constructs a new {@code SecurityException} with the current stack trace,
55 public SecurityException(String message, Throwable cause) { method in class:SecurityException
60 * Constructs a new {@code SecurityException} with the current stack trace
67 public SecurityException(Throwable cause) { method in class:SecurityException

Completed in 151 milliseconds