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

com.oneops.api.exception.OneOpsClientAPIException Maven / Gradle / Ivy

There is a newer version: 5.0.25
Show newest version
package com.oneops.api.exception;

public class OneOpsClientAPIException extends Exception {

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

	public OneOpsClientAPIException() {
		super();
	}

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy