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

com.venky.swf.exceptions.SWFTimeoutException Maven / Gradle / Ivy

The newest version!
package com.venky.swf.exceptions;

public class SWFTimeoutException extends RuntimeException{

	public SWFTimeoutException() {
		super();
	}

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

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

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

	/**
	 * 
	 */
	private static final long serialVersionUID = 352157071459390976L;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy