All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thorbenkuck.network.exceptions.SubscriptionException Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.network.exceptions;

public class SubscriptionException extends RuntimeException {

    public SubscriptionException(Throwable cause) {
        super("Encountered " + cause.getClass().getName() + " while subscription handling: " + cause.getMessage(), cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy