UnauthorisedException constructor

UnauthorisedException(
  1. int code,
  2. String message
)

Implementation

UnauthorisedException(int code, String message) : super(code, message);