Package com.vaadin.flow.signals
Class BindingActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.vaadin.flow.signals.BindingActiveException
- All Implemented Interfaces:
Serializable
Exception indicating that an operation could not be performed because a
binding is active.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception with a default message.BindingActiveException(String message) Creates a new exception with a custom message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingActiveException
public BindingActiveException()Creates a new exception with a default message. -
BindingActiveException
Creates a new exception with a custom message.- Parameters:
message- the custom message
-