org.objectweb.jac.wrappers
Class ForwardingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jac.wrappers.ForwardingException
All Implemented Interfaces:
Serializable

public class ForwardingException
extends Exception

Signals that the forwarding wrapper was not able to forward.

See Also:
ForwardingWrapper.forward(Interaction), Serialized Form

Constructor Summary
ForwardingException(String msg)
          A constructor for this exception.
ForwardingException(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

ForwardingException

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

Parameters:
msg - the error message to print

ForwardingException

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

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