org.objectweb.jonathan.binding.api
Class BindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.binding.api.BindException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ForwardException
public class BindException
- extends org.objectweb.jonathan.apis.kernel.JonathanException
BindException is a checked exception that indicates that an error occurred
when trying to bind an interface.
- See Also:
- Serialized Form
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
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.