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)
message
- a String
object.public NoSuchObjectLocalException(java.lang.String message, java.lang.Exception ex)
message
- a String
object.ex
- a Exception
object.