Class EntityNotFoundException

All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends WIMApplicationException
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException()
    • EntityNotFoundException

      public EntityNotFoundException(String key, String message)
      Parameters:
      message -
    • EntityNotFoundException

      public EntityNotFoundException(Throwable cause)
      Parameters:
      cause -
    • EntityNotFoundException

      public EntityNotFoundException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -