RollbackException Class TIBCO Spotfire 7.0 API Reference
This exception is thrown if the document model framework fails to rollback the state of the document after an exception was thrown during a transaction.
Inheritance Hierarchy

System Object
  System Exception
    Spotfire.Dxp.Framework.DocumentModel RollbackException

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
public sealed class RollbackException : Exception
Remarks

This exception is fatal and it is likely that the document model has reached an inconsistent state. Do not catch this exception and continue execution.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also