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

/libcore/ojluni/src/main/java/java/lang/
H A DSecurityException.java34 public class SecurityException extends RuntimeException { class in inherits:RuntimeException
39 * Constructs a <code>SecurityException</code> with no detail message.
41 public SecurityException() { method in class:SecurityException
46 * Constructs a <code>SecurityException</code> with the specified
51 public SecurityException(String s) { method in class:SecurityException
56 * Creates a <code>SecurityException</code> with the specified
66 public SecurityException(String message, Throwable cause) { method in class:SecurityException
71 * Creates a <code>SecurityException</code> with the specified cause
81 public SecurityException(Throwable cause) { method in class:SecurityException

Completed in 47 milliseconds