Searched defs:SecurityException (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/lang/ | ||
H A D | SecurityException.java | 34 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 28 milliseconds