java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.SecurityException
Untamed: Thrown by the security manager to indicate a security violation.
java.lang.SecurityManager,
Serialized FormSecurityException(String s)
SecurityException with the specified
detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public SecurityException()
SecurityException with no detail message.
public SecurityException(String s)
SecurityException with the specified
detail message.
s - the detail message.