org.objectweb.jac.aspects.naming
Class BindingErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jac.aspects.naming.BindingErrorException
All Implemented Interfaces:
Serializable

public class BindingErrorException
extends Exception

Signals that something went wrong when binding an object.

See Also:
BindingWrapper.bind(Interaction), Serialized Form

Constructor Summary
BindingErrorException(String msg)
          A constructor for this exception.
BindingErrorException(String msg, Exception e)
          A constructor for this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingErrorException

public BindingErrorException(String msg)
A constructor for this exception.

Parameters:
msg - the error message to print

BindingErrorException

public BindingErrorException(String msg,
                             Exception e)
A constructor for this exception.

Parameters:
msg - the error message to print
e - the exception that caused the binding error exception