Class LazyNotUnlinkableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.xdev.spring.data.eclipse.store.exceptions.LazyNotUnlinkableException
All Implemented Interfaces:
Serializable

public class LazyNotUnlinkableException extends RuntimeException
Is used when a SpringDataEclipseStoreLazy is not able to get unlinked from the object tree.

This exception should not be created by the user, but only within the Spring-Data-Eclipse-Store-Library.

See Also:
  • Constructor Details

    • LazyNotUnlinkableException

      public LazyNotUnlinkableException(String message, Throwable e)