public class SecurityException extends RuntimeException
SecurityManager,
Serialized Form| Constructor and Description |
|---|
SecurityException()
Constructs a
SecurityException with no detail message. |
SecurityException(String s)
Constructs a
SecurityException with the specified
detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityException()
SecurityException with no detail message.public SecurityException(String s)
SecurityException with the specified
detail message.s - the detail message.Copyright © 2013 CableLabs. All rights reserved.