Class EntityNotFoundException

All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends IllegalArgumentException
Created by Jon on 6/24/15.
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException()
      Constructs an EntityNotFoundException with no detail message.
    • EntityNotFoundException

      public EntityNotFoundException(String s)
      Constructs an EntityNotFoundException with the specified detail message.
      Parameters:
      s - the detail message.