1 23 24 package discRack.presentation; 25 26 import com.lutris.appserver.server.httpPresentation.HttpPresentationException; 27 import com.lutris.util.ChainedException; 28 29 33 public class DiscRackPresentationException extends HttpPresentationException { 34 35 39 public DiscRackPresentationException(String msg, Exception ex) { 40 super(msg, ex); 41 42 43 } 44 } 45 | Popular Tags |