enterprises.orbital.base.NoPersistentPropertyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of base Show documentation
Show all versions of base Show documentation
Common utilities useful to all Orbital projects
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;
}