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.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic SecurityException()
public SecurityException(String s)