
io.logz.sender.com.bluejeans.common.bigqueue.BigQueueException Maven / Gradle / Ivy
package com.bluejeans.common.bigqueue;
public class BigQueueException extends RuntimeException {
private static final long serialVersionUID = -2688809848340212432L;
public BigQueueException(final String msg) {
super(msg);
}
public BigQueueException(final Exception e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy