Package ddf.catalog.util.impl
Class CatalogQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ddf.catalog.util.impl.CatalogQueryException
- All Implemented Interfaces:
Serializable
Exception used to wrap checked exceptions thrown by
CatalogFramework.query(ddf.catalog.operation.QueryRequest)
methods. The original exception can be accessed by calling Throwable.getCause().- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogQueryException(String message, Throwable cause) CatalogQueryException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CatalogQueryException
-
CatalogQueryException
-