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:
- java.io.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.
- See Also:
- Serialized Form
Constructor Summary |
NoSuchEJBException()
Constructs a NoSuchEJBException with no detail message. |
NoSuchEJBException(java.lang.String message)
Constructs a NoSuchEJBException with the specified
detail message. |
NoSuchEJBException(java.lang.String message,
java.lang.Exception ex)
Constructs a NoSuchEJBException with the specified
detail message and a nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSuchEJBException
public NoSuchEJBException()
- Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException
public NoSuchEJBException(java.lang.String message)
- Constructs a NoSuchEJBException with the specified
detail message.
NoSuchEJBException
public NoSuchEJBException(java.lang.String message,
java.lang.Exception ex)
- Constructs a NoSuchEJBException with the specified
detail message and a nested exception.