SecurityException constructor
SecurityException(
- String message
Creates a new SecurityException with the given message.
Implementation
SecurityException(this.message);
Creates a new SecurityException with the given message.
SecurityException(this.message);