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

com.github.switcherapi.client.exception.SwitcherSnapshotLoadException Maven / Gradle / Ivy

package com.github.switcherapi.client.exception;

/**
 * @author Roger Floriano (petruki)
 * @since 2019-12-24
 */
public class SwitcherSnapshotLoadException extends SwitcherException {

	public SwitcherSnapshotLoadException(final String location, final Exception e) {
		super(String.format("Unable to load the snapshot from %s", location), e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy