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