it.imolinfo.jbi4ejb.exception
Class EJBWSDLGenerationException

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.EJBWSDLGenerationException
All Implemented Interfaces:
java.io.Serializable

public class EJBWSDLGenerationException
extends Jbi4EjbException

Exception for WSDL generation from EJB remote interface.

Author:
marco
See Also:
Serialized Form

Constructor Summary
EJBWSDLGenerationException(java.lang.String msg)
          Instantiates a new EJBWSDL generation exception.
EJBWSDLGenerationException(java.lang.String msg, java.lang.Throwable th)
          Instantiates a new EJBWSDL generation exception.
EJBWSDLGenerationException(java.lang.Throwable th)
          Instantiates a new EJBWSDL generation 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

EJBWSDLGenerationException

public EJBWSDLGenerationException(java.lang.Throwable th)
Instantiates a new EJBWSDL generation exception.

Parameters:
th - the Exception cause

EJBWSDLGenerationException

public EJBWSDLGenerationException(java.lang.String msg)
Instantiates a new EJBWSDL generation exception.

Parameters:
msg - the Exception message

EJBWSDLGenerationException

public EJBWSDLGenerationException(java.lang.String msg,
                                  java.lang.Throwable th)
Instantiates a new EJBWSDL generation exception.

Parameters:
msg - the Exception message


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