package com.hqyg.disjob.common.exception; public class ZKNodeException2 extends EjobAbstractCheckException{ private static final long serialVersionUID = 1393957353478034407L; public ZKNodeException2(final Exception cause) { super(cause); } public ZKNodeException2(String message, final Exception cause) { super(message, cause); } }