Class EntityNotFoundException

  • All Implemented Interfaces:
    Serializable


    public class EntityNotFoundException
    extends Exception
    This exception is thrown by methods that might fail on retrieving some entity while doing something.
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException(String message)
      • EntityNotFoundException

        public EntityNotFoundException(Throwable cause)
      • EntityNotFoundException

        public EntityNotFoundException(String message,
                                       Throwable cause)