org.jboss.test.excepiiop.ejb
Class ExceptionThrowerBean

java.lang.Object
  extended byorg.jboss.test.util.ejb.EnterpriseSupport (src) 
      extended byorg.jboss.test.util.ejb.SessionSupport (src) 
          extended byorg.jboss.test.excepiiop.ejb.ExceptionThrowerBean
All Implemented Interfaces:
EnterpriseBean (src) , java.io.Serializable, SessionBean (src)

public class ExceptionThrowerBean
extends SessionSupport (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src)
log, sessionCtx
 
Constructor Summary
ExceptionThrowerBean()
           
 
Method Summary
 void throwException(int i)
           
 
Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src)
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionThrowerBean

public ExceptionThrowerBean()
Method Detail

throwException

public void throwException(int i)
                    throws JavaException (src) ,
                           IdlException (src) 
Throws:
JavaException (src)
IdlException (src)