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

org.trails.validation.UniquenessException Maven / Gradle / Ivy

package org.trails.validation;

import org.trails.descriptor.IPropertyDescriptor;

public class UniquenessException extends ValidationException
{
	public UniquenessException()
	{
		super();
		// TODO Auto-generated constructor stub
	}

	public UniquenessException(IPropertyDescriptor descriptor, String message)
	{
		super(descriptor, message);
		// TODO Auto-generated constructor stub
	}

	public UniquenessException(IPropertyDescriptor descriptor)
	{
		super(descriptor);
		// TODO Auto-generated constructor stub
	}

	public UniquenessException(String message)
	{
		super(message);
		// TODO Auto-generated constructor stub
	}

	public UniquenessException(String message, Throwable cause)
	{
		super(cause);
		// TODO Auto-generated constructor stub
	}

	public UniquenessException(Throwable cause)
	{
		super(cause);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy