Class CancelledSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
ghidra.features.bsim.query.client.CancelledSQLException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class CancelledSQLException extends SQLException
CancelledSQLException indicates a SQL operation was intentionally cancelled.
See Also:
  • Constructor Details

    • CancelledSQLException

      public CancelledSQLException(String reason)
      Constructor
      Parameters:
      reason - reason SQL operation was cancelled.