org.objectweb.jonathan.apis.binding
Class BindException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonathan.apis.kernel.JonathanException
|
+--org.objectweb.jonathan.apis.binding.BindException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ForwardException
- public class BindException
- extends JonathanException
BindException is a checked exception that indicates that an error occurred
when trying to bind an interface.
- See Also:
- Serialized Form
BindException
public BindException()
- Constructs a new BindException with no detail message.
BindException
public BindException(String s)
- Builds a BindException with a detail message.
BindException
public BindException(Exception exception)
- Builds a BindException that wraps another exception.