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

com.github.petruki.switcher.client.exception.SwitcherInvalidTimeFormat Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.petruki.switcher.client.exception;

/**
 * @author rogerio
 * @since 2019-12-24
 */
public class SwitcherInvalidTimeFormat extends SwitcherException {
	
	private static final long serialVersionUID = 2747278362482612247L;

	public SwitcherInvalidTimeFormat(final String processName, final Exception e) {
		
		super(String.format("Time/Date formatting was incorrect during the process %s", processName), e);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy