public class UncategorizedScriptException extends ScriptException
Exception from Cassandra that we cannot pinpoint more precisely.| Constructor and Description |
|---|
UncategorizedScriptException(String message)
Construct a new
UncategorizedScriptException. |
UncategorizedScriptException(String message,
Throwable cause)
Construct a new
UncategorizedScriptException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncategorizedScriptException(String message)
UncategorizedScriptException.message - detailed message.public UncategorizedScriptException(String message, Throwable cause)
UncategorizedScriptException.message - detailed message.cause - the root cause.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.