javax.ejb
Class NoSuchEJBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.NoSuchEJBException
- All Implemented Interfaces:
- Serializable
public class NoSuchEJBException
- extends EJBException
A NoSuchEJBException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- Version:
- $Revision: 57789 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchEJBException
public NoSuchEJBException()
- Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException
public NoSuchEJBException(String message)
- Constructs a NoSuchEJBException with the specified detailed message.
- Parameters:
message
- - The detailed message.
NoSuchEJBException
public NoSuchEJBException(String message,
Exception ex)
- Constructs a NoSuchEJBException with the specified detail message and a
nested exception.
- Parameters:
message
- - The detailed message.ex
- - The originally thrown exception.
Copyright © 2008 JBoss Inc.. All Rights Reserved.