6061626364656667
if (request.getResponseClass().isInstance(response)) { return; } else if (response instanceof GenericNack) { throw new GenericNackException((GenericNack)response); } else { throw new UnexpectedPduResponseException(response); } }