Class EntityNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.web.controller.util.EntityNotFoundException
All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends RuntimeException
Signals that an entity was not found in the system.

This is translated into a 404 error by the exception resolver.

Author:
pavlidis
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(String message)
    • EntityNotFoundException

      public EntityNotFoundException(String message, Throwable cause)