com.github.switcherapi.client.exception.SwitcherInvalidTimeFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switcher-client Show documentation
Show all versions of switcher-client Show documentation
Switcher Client SDK for working with Switcher API
package com.github.switcherapi.client.exception;
/**
* @author Roger Floriano (petruki)
* @since 2019-12-24
*/
public class SwitcherInvalidTimeFormat extends SwitcherException {
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