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

public class TransactionNotAllowedException extends RuntimeException
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 Details

    • TransactionNotAllowedException

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