
com.payneteasy.websocket.UnauthorizedException Maven / Gradle / Ivy
package com.payneteasy.websocket;
/**
*
*/
public class UnauthorizedException extends Exception {
public UnauthorizedException(String responseMessage) {
super(responseMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy