package bluej.groupwork;top, use, map, class UnsupportedSettingException
| Due to the way URLs are constructed for the repositories, certain characters are | not supported in the username and password fields. This exception is thrown | if the user has such an unsupported username or password | public class UnsupportedSettingException extends Exception{ public UnsupportedSettingException(String reason) { super(reason); } }