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

public class TransactionRequiredException extends RuntimeException
Thrown when a mandatory transactional state is used without a current transaction.
Author:
Rob Spoor
Since:
2.0
See Also:
  • Constructor Details

    • TransactionRequiredException

      public TransactionRequiredException(String message)
      Creates a new exception.
      Parameters:
      message - The exception message.