Class BindException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.netui.api.bind.BindException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnresolvableUriException, UriStoreException

@Deprecated public class BindException extends Exception
Deprecated.
See Also:
  • Constructor Details

    • BindException

      public BindException()
      Deprecated.
    • BindException

      public BindException(String message)
      Deprecated.
    • BindException

      public BindException(URI uri)
      Deprecated.
    • BindException

      public BindException(URI uri, String message)
      Deprecated.
    • BindException

      public BindException(Throwable cause)
      Deprecated.
    • BindException

      public BindException(URI uri, Throwable cause)
      Deprecated.
    • BindException

      public BindException(String message, Throwable cause)
      Deprecated.
    • BindException

      public BindException(URI uri, String message, Throwable cause)
      Deprecated.