Class EntityReferenceException

All Implemented Interfaces:
Serializable

public class EntityReferenceException extends AbstractUnprocessableEntityException
Thrown when an entity contains an invalid reference to another entity.
See Also:
  • Constructor Details

    • EntityReferenceException

      public EntityReferenceException()
    • EntityReferenceException

      public EntityReferenceException(String message)
    • EntityReferenceException

      public EntityReferenceException(Throwable cause)
    • EntityReferenceException

      public EntityReferenceException(String message, Throwable cause)