public class SecurityException extends RuntimeException
SecurityManager
,
Serialized FormConstructor 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, toString
public SecurityException()
SecurityException
with no detail message.public SecurityException(String s)
SecurityException
with the specified
detail message.s
- the detail message.Copyright © 2012 CableLabs. All Rights Reserved.