This way you can propagate the error up the stack
Example:
if(imageTicket == null) {
throw new ImageTicketNotFoundException("Could not find a image ticket for the id provided");
}
if(imageTicket == null) {
throw new ImageTicketNotFoundException("Could not find a image ticket for the id provided");
}