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

io.bigdime.core.handler.ValidationHandlerException Maven / Gradle / Ivy

There is a newer version: 0.9.3
Show newest version
/**
 * Copyright (C) 2015 Stubhub.
 */
package io.bigdime.core.handler;

import io.bigdime.core.HandlerException;

public class ValidationHandlerException extends HandlerException {

	public ValidationHandlerException(String message) {
		super(message);
	}

	public ValidationHandlerException(String message, Throwable t) {
		super(message, t);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy