Class CatalogQueryException

All Implemented Interfaces:
Serializable

public class CatalogQueryException extends RuntimeException
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 Details

    • CatalogQueryException

      public CatalogQueryException(String message, Throwable cause)
    • CatalogQueryException

      public CatalogQueryException(Throwable cause)