Class BindingException

All Implemented Interfaces:
Serializable

public class BindingException extends RuntimeException
An unchecked exception indicating a binding problem.
Since:
1.0
See Also:
  • Constructor Details

    • BindingException

      public BindingException(String message)
      Creates a new BindingException with the given message.
      Parameters:
      message - the exceptions message
    • BindingException

      public BindingException(String message, Throwable cause)
      Creates a new BindingException with the given message and cause.
      Parameters:
      message - the exceptions message
      cause - the cause for this exception; might be null
  • Method Details