package de.tum.in.tumcampusapp.exceptions; /** * No Public key could be found or has not been yet generated */ public class NoPrivateKey extends Exception { private static final long serialVersionUID = -5945773588767314803L; }