SecurityException constructor
SecurityException(
- SecurityAlert reason,
- String message
Creates a new SecurityException with the given reason and message.
Implementation
SecurityException(this.reason, String message) : super(message);