Class EntityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class EntityNotFoundException
    extends OBException
    This Exception is thrown when a reference in xml does not exist as an object in the database.
    Author:
    mtaal
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException()
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       Throwable cause)
      • EntityNotFoundException

        public EntityNotFoundException​(String message)
      • EntityNotFoundException

        public EntityNotFoundException​(Throwable cause)