Class UnsupportedQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.UnsupportedQueryException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryException extends Exception
UnsupportedQueryException is thrown by a Source when it cannot support a provided QueryRequest
See Also:
  • Constructor Details

    • UnsupportedQueryException

      public UnsupportedQueryException()
      Instantiates a new unsupported query exception.
    • UnsupportedQueryException

      public UnsupportedQueryException(String message)
      Instantiates a new unsupported query exception with the provided message.
      Parameters:
      message - the message
    • UnsupportedQueryException

      public UnsupportedQueryException(String message, Throwable throwable)
      Instantiates a new unsupported query exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • UnsupportedQueryException

      public UnsupportedQueryException(Throwable throwable)
      Instantiates a new unsupported query exception with the provided Throwable.
      Parameters:
      throwable - the throwable