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