Class BindException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BindException
    extends java.lang.RuntimeException
    Thrown when an error is encountered during binding.
    See Also:
    Serialized Form
    • 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

      • BindException

        public BindException()
      • BindException

        public BindException​(java.lang.String message)
      • BindException

        public BindException​(java.lang.Throwable cause)
      • BindException

        public BindException​(java.lang.String message,
                             java.lang.Throwable cause)