NoSuchObjectLocalExceptionpublic class NoSuchObjectLocalException extends EJBException A NoSuchObjectLocalException is thrown if an attempt is made to invoke
a method on an object that no longer exists. |
Constructors Summary |
---|
public NoSuchObjectLocalException()Constructs a NoSuchObjectLocalException with no detail message.
| public NoSuchObjectLocalException(String message)Constructs a NoSuchObjectLocalException with the specified
detail message.
super(message);
| public NoSuchObjectLocalException(String message, Exception ex)Constructs a NoSuchObjectLocalException with the specified
detail message and a nested exception.
super(message, ex);
|
|