Class DeniedSignalUsageException

All Implemented Interfaces:
Serializable

public class DeniedSignalUsageException extends IllegalStateException
Thrown when a signal value is read in a context where signal usage is not allowed. For example, bean-level validators in a Binder cannot use signals since they are not run inside a reactive effect.
See Also:
  • Constructor Details

    • DeniedSignalUsageException

      public DeniedSignalUsageException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - a message describing the context, not null