|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException it.imolinfo.jbi4ejb.exception.EJBWSDLGenerationException
public class EJBWSDLGenerationException
Exception for WSDL generation from EJB remote interface.
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 |
---|
public EJBWSDLGenerationException(java.lang.Throwable th)
th
- the Exception causepublic EJBWSDLGenerationException(java.lang.String msg)
msg
- the Exception messagepublic EJBWSDLGenerationException(java.lang.String msg, java.lang.Throwable th)
msg
- the Exception message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |