1 package com.jbergin; 2 3 final class ConfirmWithoutAnswerException extends RuntimeException { 4 public ConfirmWithoutAnswerException(String message) { 5 super(message); 6 } 7 }