Class UncategorizedScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.data.cassandra.core.cql.session.init.ScriptException
org.springframework.data.cassandra.core.cql.session.init.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