Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends RuntimeException
Exception indicating that the desired resource was not found.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)