public class SecurityException extends RuntimeException
Constructor and Description |
---|
SecurityException()
Constructs a
SecurityException with no detail message. |
SecurityException(String s)
Constructs a
SecurityException with the specified
detail message. |
public SecurityException()
SecurityException
with no detail message.public SecurityException(String s)
SecurityException
with the specified
detail message.s
- the detail message.Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.