|
||||||||||
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 org.apache.geronimo.common.DeploymentException org.apache.geronimo.common.AmbiguousEJBRefException
public class AmbiguousEJBRefException
Constructor Summary | |
---|---|
AmbiguousEJBRefException(String ejbLink)
|
|
AmbiguousEJBRefException(String ejbLink,
String message)
|
|
AmbiguousEJBRefException(String ejbLink,
String message,
Throwable cause)
|
|
AmbiguousEJBRefException(String ejbLink,
Throwable cause)
|
Method Summary | |
---|---|
String |
getEjbLink()
|
Methods inherited from class org.apache.geronimo.common.DeploymentException |
---|
cleanse, cleanse, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AmbiguousEJBRefException(String ejbLink)
public AmbiguousEJBRefException(String ejbLink, Throwable cause)
public AmbiguousEJBRefException(String ejbLink, String message)
public AmbiguousEJBRefException(String ejbLink, String message, Throwable cause)
Method Detail |
---|
public String getEjbLink()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |