org.apache.geronimo.common
Class AmbiguousEJBRefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.common.DeploymentException
              extended by org.apache.geronimo.common.AmbiguousEJBRefException
All Implemented Interfaces:
Serializable

public class AmbiguousEJBRefException
extends DeploymentException

See Also:
Serialized Form

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

AmbiguousEJBRefException

public AmbiguousEJBRefException(String ejbLink)

AmbiguousEJBRefException

public AmbiguousEJBRefException(String ejbLink,
                                Throwable cause)

AmbiguousEJBRefException

public AmbiguousEJBRefException(String ejbLink,
                                String message)

AmbiguousEJBRefException

public AmbiguousEJBRefException(String ejbLink,
                                String message,
                                Throwable cause)
Method Detail

getEjbLink

public String getEjbLink()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.