Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ServiceException
Thrown when things that are expected to be found are NOT found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable e)
    • NotFoundException

      public NotFoundException(String message, ValidationResult validationResult)