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

org.cinchapi.runway.ZombieException Maven / Gradle / Ivy

package org.cinchapi.runway;

/**
 * A {@link ZombieException} is thrown when an attempt is made to load a record
 * that was accidentally saved, even though it is a Zombie
 * 
 * @author jnelson
 */
@SuppressWarnings("serial")
public class ZombieException extends RuntimeException {

    public ZombieException() {
        super("Encountered a zombie attack!");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy