Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.resource.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends Exception
ResourceNotFoundException is thrown when a ResourceReader is unable to find a Resource.
Author:
Michael Menousek
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
      Instantiates a new ResourceNotFoundException.
    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
      Instantiates a new resource not found exception with the provided message.
      Parameters:
      message - the message
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable throwable)
      Instantiates a new resource not found exception with the provided message and a throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable throwable)
      Instantiates a new resource not found exception with the provided throwable.
      Parameters:
      throwable - the throwable