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

org.jresearch.flexess.client.mappers.CreateObjectException Maven / Gradle / Ivy

The newest version!
package org.jresearch.flexess.client.mappers;


public class CreateObjectException extends Exception{


	private static final long serialVersionUID = 1939077418964781140L;

	public CreateObjectException() {
		super();		
	}

	public CreateObjectException(String message, Throwable cause) {
		super(message, cause);	
	}

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

	public CreateObjectException(Throwable cause) {
		super(cause);
	}

	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy