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