SecurityException constructor

SecurityException(
  1. String message
)

Creates a new SecurityException with the given message.

Implementation

SecurityException(this.message);