Package ch.tocco.nice2.netui.api.bind
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.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.BindException
(String message) Deprecated.BindException
(String message, Throwable cause) Deprecated.BindException
(Throwable cause) Deprecated.BindException
(URI uri) Deprecated.BindException
(URI uri, String message) Deprecated.BindException
(URI uri, String message, Throwable cause) Deprecated.BindException
(URI uri, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindException
public BindException()Deprecated. -
BindException
Deprecated. -
BindException
Deprecated. -
BindException
Deprecated. -
BindException
Deprecated. -
BindException
Deprecated. -
BindException
Deprecated. -
BindException
Deprecated.
-