Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
Not present exception.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String description)
    • NotFoundException

      public NotFoundException(Throwable throwable)
    • NotFoundException

      public NotFoundException(String message, Throwable throwable)
  • Method Details

    • description

      public String description()