it.imolinfo.jbi4ejb.exception
Class EJBInvokeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4ejb.exception.Jbi4EjbException
              extended by it.imolinfo.jbi4ejb.exception.EJBInvokeException
All Implemented Interfaces:
java.io.Serializable

public class EJBInvokeException
extends Jbi4EjbException

Exception for WSDL generation from EJB remote interface.

Author:
marco
See Also:
Serialized Form

Constructor Summary
EJBInvokeException(java.lang.String msg)
          Instantiates a new EJB invoke exception.
EJBInvokeException(java.lang.Throwable th)
          Instantiates a new EJB invoke exception.
 
Method Summary
 
Methods inherited from class it.imolinfo.jbi4ejb.exception.Jbi4EjbException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EJBInvokeException

public EJBInvokeException(java.lang.Throwable th)
Instantiates a new EJB invoke exception.

Parameters:
th - the exception cause

EJBInvokeException

public EJBInvokeException(java.lang.String msg)
Instantiates a new EJB invoke exception.

Parameters:
msg - the exception message


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.