| javax.ejb.NoSuchEJBException
NoSuchEJBException | public class NoSuchEJBException extends EJBException (Code) | | A NoSuchEJBException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
version: $Revision: 60233 $ |
NoSuchEJBException | public NoSuchEJBException()(Code) | | Constructs a NoSuchEJBException with no detail message.
|
NoSuchEJBException | public NoSuchEJBException(String message)(Code) | | Constructs a NoSuchEJBException with the specified detailed message.
Parameters: message - - The detailed message. |
NoSuchEJBException | public NoSuchEJBException(String message, Exception ex)(Code) | | Constructs a NoSuchEJBException with the specified detail message and a
nested exception.
Parameters: message - - The detailed message. Parameters: ex - - The originally thrown exception. |
|
|