jasper
class UnauthorizedException: RuntimeException { constructor(message: String?) : super(message) }