You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class ExMemberAlreadyBorrowing extends Exception {
public ExMemberAlreadyBorrowing() { super("The member is currently borrowing a set of this equipment. He/she cannot borrow one more at the same time.");}
public ExMemberAlreadyBorrowing(String message) { super(message);}