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

com.cloud.boot.exception.ExceptionCustomSuccess Maven / Gradle / Ivy

package com.cloud.boot.exception;

public class ExceptionCustomSuccess extends Exception{

	private static final long serialVersionUID = -8116480852982913511L;

	public ExceptionCustomSuccess(Object str){
		super(str.toString());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy