1 package ejava.examples.asyncmarket; 2 3 public class MarketException extends Exception { 4 private static final long serialVersionUID = 1L; 5 public MarketException(String message) { super(message); } 6 }