Class BindingActiveException

All Implemented Interfaces:
Serializable

public class BindingActiveException extends IllegalStateException
Exception indicating that an operation could not be performed because a binding is active.
See Also:
  • Constructor Details

    • BindingActiveException

      public BindingActiveException()
      Creates a new exception with a default message.
    • BindingActiveException

      public BindingActiveException(String message)
      Creates a new exception with a custom message.
      Parameters:
      message - the custom message