1 package net.staniscia.sbs1; 2 3 /** 4 * Created by staniscia on 23/01/14. 5 */ 6 public class InvalidMessageBobyException extends Exception { 7 public InvalidMessageBobyException(Throwable t) { 8 9 } 10 }