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