Class BindingException

  • All Implemented Interfaces:
    Serializable

    public class BindingException
    extends Exception
    Thrown from service connector methods when binding to the underlying service fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • BindingException

        public BindingException​(String detailMessage)
      • BindingException

        public BindingException​(String detailMessage,
                                Throwable throwable)