package edu.ualberta.med.biobank.mvp.exception; public class InitPresenterException extends Exception { private static final long serialVersionUID = 1L; public InitPresenterException(Throwable cause) { super(cause); } }