Class RequestFailedException.NotFound

All Implemented Interfaces:
Serializable
Enclosing class:
RequestFailedException

public static class RequestFailedException.NotFound
extends RequestFailedException
A resource cannot be located.
See Also:
Serialized Form
  • Constructor Details

    • NotFound

      public NotFound​(String message)
      Parameters:
      message - What message to use to say "not found".
    • NotFound

      public NotFound​(String message, Throwable cause)
      Parameters:
      message - What message to use to say "not found".
      cause - Why we are sending the message.