org.objectweb.jonathan.binding.api
Class BindException
JonathanException
org.objectweb.jonathan.binding.api.BindException
public class BindException
extends JonathanException
BindException is a checked exception that indicates that an error occurred
when trying to bind an interface.
BindException() - Constructs a new BindException with no detail message.
|
BindException(Exception exception) - Builds a BindException that wraps another exception.
|
BindException(String s) - Builds a BindException with a detail message.
|
BindException
public BindException()
Constructs a new BindException with no detail message.
BindException
public BindException(Exception exception)
Builds a BindException that wraps another exception.
BindException
public BindException(String s)
Builds a BindException with a detail message.