RollbackException Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also