package alien4cloud.it.utils.websocket; /** * @author Minh Khang VU */ public class WebSocketAuthenticationFailureException extends RuntimeException { public WebSocketAuthenticationFailureException(String message) { super(message); } }