Class TransactionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.robtimus.os.windows.registry.TransactionRequiredException
- All Implemented Interfaces:
Serializable
Thrown when a
mandatory transactional state is used without a current transaction.- Author:
- Rob Spoor
- Since:
- 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionRequiredException
Creates a new exception.- Parameters:
message- The exception message.
-