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()
public SecurityException(String s)