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

enterprises.orbital.base.NoPersistentPropertyException Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.base;

/**
 * Exception thrown if a persistent property does not exist and no default is supplied.
 */
public class NoPersistentPropertyException extends Exception {
  private static final long serialVersionUID = -9120387545185357464L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy