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