Class ResourceNotSupportedException

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

public class ResourceNotSupportedException extends Exception
The ResourceNotSupportedException is thrown by a ResourceReader or
invalid reference
CatalogFramework
when they do not support a Resource or
invalid reference
ResourceRequest
.

Common uses of this exception include when the

invalid reference
ResourceRequest
has an attribute name or value not supported by the
invalid reference
CatalogFramework
or ResourceReader. Also, when the resource URI has a scheme that the ResourceReader or
invalid reference
CatalogFramework
doesn't support.
Author:
Michael Menousek
See Also:
  • Constructor Details

    • ResourceNotSupportedException

      public ResourceNotSupportedException()
      Instantiates a resource not supported exception.
    • ResourceNotSupportedException

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

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

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