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

convex.net.impl.HandlerException Maven / Gradle / Ivy

package convex.net.impl;

/**
 * Exception thrown when an unexpected error occurs in a message handler
 */
@SuppressWarnings("serial")
public class HandlerException extends Exception {

	public HandlerException(String message, Exception cause) {
		super(message,cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy