org.objectweb.jonathan.binding.api

Class BindException

Known Direct Subclasses:
ForwardException

public class BindException
extends JonathanException

BindException is a checked exception that indicates that an error occurred when trying to bind an interface.

Constructor Summary

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.

Constructor Details

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.