Class TransactionNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.robtimus.os.windows.registry.TransactionNotAllowedException
- All Implemented Interfaces:
Serializable
Thrown when a
transactional state that does not allow transactions is used with 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
-
TransactionNotAllowedException
Creates a new exception.- Parameters:
message- The exception message.
-