Class BindingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BindingException
    extends java.lang.RuntimeException
    A runtime exception for when a binding fails to bind or fails to perform.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BindingException​(java.lang.String msg)  
      BindingException​(java.lang.String msg, java.lang.Exception ex)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BindingException

        public BindingException​(java.lang.String msg)
      • BindingException

        public BindingException​(java.lang.String msg,
                                java.lang.Exception ex)