org.apache.geronimo.messaging.interceptors
Class MsgInterceptorStoppedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.geronimo.messaging.interceptors.MsgInterceptorStoppedException
All Implemented Interfaces:
Serializable

public class MsgInterceptorStoppedException
extends RuntimeException

Exception thrown when a Msg interceptor chain is stopped.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $
See Also:
Serialized Form

Constructor Summary
MsgInterceptorStoppedException(Throwable aNested)
           
 
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

MsgInterceptorStoppedException

public MsgInterceptorStoppedException(Throwable aNested)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.