01: package org.manentia.kasai.ui.exceptions; 02: 03: public class SessionExpiredException extends Exception { 04: 05: /** 06: * 07: */ 08: private static final long serialVersionUID = 1449390427807066207L; 09: 10: public String getType() { 11: return "SessionExpiredException"; 12: } 13: }