package org.odroid.server.exception; public class ApplicationNotFoundException extends RuntimeException { private static final long serialVersionUID = 4235222802678794469L; public ApplicationNotFoundException(String message) { super(message); } }