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

Reports an operation that requires an active transaction.

throw TransactionRequiredException("Active transaction required")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public TransactionRequiredException 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