| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | java.lang.SecurityException | |||
|
|
Thrown when a security manager check fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
SecurityException that includes the current
stack trace.
| |||||||||||
Constructs a new
SecurityException with the current stack trace
and the specified detail message.
| |||||||||||
Constructs a new
SecurityException with the current stack trace,
the specified detail message and the specified cause.
| |||||||||||
Constructs a new
SecurityException with the current stack trace
and the specified cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a new SecurityException that includes the current
stack trace.
Constructs a new SecurityException with the current stack trace
and the specified detail message.
| Parameters | |
|---|---|
detailMessage |
String:
the detail message for this exception.
|
Constructs a new SecurityException with the current stack trace,
the specified detail message and the specified cause.
| Parameters | |
|---|---|
message |
String:
the detail message for this exception. |
cause |
Throwable:
the optional cause of this exception, may be null. |
Constructs a new SecurityException with the current stack trace
and the specified cause.
| Parameters | |
|---|---|
cause |
Throwable:
the optional cause of this exception, may be null. |