![JAR search and dependency download from the Maven repository](/logo.png)
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