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 detailed 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
- - The detailed message.public NoSuchObjectLocalException(java.lang.String message, java.lang.Exception ex)
message
- - The detailed message.ex
- - The originally thrown exception.