Class UncategorizedScriptException

All Implemented Interfaces:
Serializable

public class UncategorizedScriptException extends ScriptException
Thrown when we cannot determine anything more specific than "something went wrong while processing a CQL script": for example, a Exception from Cassandra that we cannot pinpoint more precisely.
Since:
3.0
Author:
Mark Paluch
See Also:
  • Constructor Details