public class NoSuchObjectLocalException extends EJBException
Constructor and Description |
---|
NoSuchObjectLocalException()
Constructs a NoSuchObjectLocalException with no detail message.
|
NoSuchObjectLocalException(java.lang.String message)
Constructs a NoSuchObjectLocalException with the specified
detail message.
|
NoSuchObjectLocalException(java.lang.String message,
java.lang.Exception ex)
Constructs a NoSuchObjectLocalException with the specified
detail message and a nested exception.
|
getCausedByException
public NoSuchObjectLocalException()
public NoSuchObjectLocalException(java.lang.String message)
public NoSuchObjectLocalException(java.lang.String message, java.lang.Exception ex)