package com.x1ongzhu.wisFactory.exception; public class AuthenticationException extends RuntimeException { public AuthenticationException(String message, Throwable cause) { super(message, cause); } }