SmsSchedulerPermissionException constructor

SmsSchedulerPermissionException(
  1. String code,
  2. String description
)

Implementation

SmsSchedulerPermissionException(String code, String description) : super(code, description);