org.objectweb.fractal.api.control

Class IllegalBindingException


public class IllegalBindingException
extends Exception

Thrown when an error related to bindings occurs.

Constructor Summary

IllegalBindingException(String msg)
Constructs an IllegalBindingException with the specified detail message.

Constructor Details

IllegalBindingException

public IllegalBindingException(String msg)
Constructs an IllegalBindingException with the specified detail message.

Parameters:
msg - the detail message.