TransactionException
classin packageklyn.data
public class TransactionException extends PersistenceException:
└ TransactionException

Base class for Klyn Entity Framework transaction failures.

throw TransactionException("Transaction failed")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public TransactionException
TransactionException(message as String = ""):
Creates this framework exception.
Inherited Methods
methodInherited Methods from UncheckedException: toString
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml