Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends HttpException
Since:
2.0.0
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
      Constructs a new ResourceNotFoundException.
    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
      Constructs a new ResourceNotFoundException with the supplied message.
      Parameters:
      message - The message to set.
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)
      Constructs a new ResourceNotFoundException with the supplied message and Throwable.
      Parameters:
      message - The message to set.
      cause - The cause.
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable cause)
      Constructs a new ResourceNotFoundException with the supplied Throwable.
      Parameters:
      cause - The cause.