|
||||||||||
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.EJBDeployException
public class EJBDeployException
Deploy exception for EJB BC.
Constructor Summary | |
---|---|
EJBDeployException(java.lang.String msg)
Instantiates a new EJB deploy exception. |
|
EJBDeployException(java.lang.String message,
java.lang.Throwable cause)
A constructor. |
|
EJBDeployException(java.lang.Throwable th)
Instantiates a new EJB deploy 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 EJBDeployException(java.lang.Throwable th)
th
- the causepublic EJBDeployException(java.lang.String msg)
msg
- the messagepublic EJBDeployException(java.lang.String message, java.lang.Throwable cause)
message
- The message of the exception.cause
- The cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |