Class QlException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Direct Known Subclasses:
QlClientException, QlServerException

public abstract class QlException extends ElasticsearchException
Base class for all QL exceptions. Useful as a catch-all.
See Also:
  • Constructor Details

    • QlException

      public QlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • QlException

      public QlException(String message, Throwable cause)
    • QlException

      public QlException(String message, Object... args)
    • QlException

      public QlException(Throwable cause, String message, Object... args)
    • QlException

      public QlException(Throwable cause)