UnauthorisedExceptions constructor

UnauthorisedExceptions([
  1. String? message
])

Implementation

UnauthorisedExceptions([String? message]):super(message,"UnauthorisedExceptions request");