Package ddf.catalog.source
Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.UnsupportedQueryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new unsupported query exception.UnsupportedQueryException(String message) Instantiates a new unsupported query exception with the provided message.UnsupportedQueryException(String message, Throwable throwable) Instantiates a new unsupported query exception with the provided message andThrowable.UnsupportedQueryException(Throwable throwable) Instantiates a new unsupported query exception with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedQueryException
public UnsupportedQueryException()Instantiates a new unsupported query exception. -
UnsupportedQueryException
Instantiates a new unsupported query exception with the provided message.- Parameters:
message- the message
-
UnsupportedQueryException
Instantiates a new unsupported query exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
UnsupportedQueryException
Instantiates a new unsupported query exception with the providedThrowable.- Parameters:
throwable- the throwable
-