1 /* 2 * REPOWEB, repository manager. 3 * 4 * Terms of license - http://opensource.org/licenses/apachepl.php 5 */ 6 package org.repoweb.model; 7 /*** 8 * Thrown when the repository location is invalid. 9 */ 10 public class BadRepositoryLocationException extends Exception { 11 public BadRepositoryLocationException() {} 12 }