
io.crossbar.autobahn.wamp.reflectionRoles.WampException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autobahn-java Show documentation
Show all versions of autobahn-java Show documentation
WebSocket & WAMP for Java8+
The newest version!
package io.crossbar.autobahn.wamp.reflectionRoles;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
public class WampException extends Exception {
private final String mErrorUri;
private final Map mDetails;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy