Class NoEntityToLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.persist.core.api.entity.NoEntityToLoadException
- All Implemented Interfaces:
Serializable
Exception thrown in
Entities.resolvePathWithoutLastStep(Entity, Path)
when resolving a relation path did not
return an Entity- See Also:
-
Constructor Summary
ConstructorDescriptionNoEntityToLoadException
(String message) NoEntityToLoadException
(String message, Throwable cause) NoEntityToLoadException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoEntityToLoadException
public NoEntityToLoadException() -
NoEntityToLoadException
-
NoEntityToLoadException
-
NoEntityToLoadException
-