public class NoSuchObjectLocalException extends EJBException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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.
|
getCausedByExceptionprivate static final long serialVersionUID
public NoSuchObjectLocalException()
public NoSuchObjectLocalException(java.lang.String message)
public NoSuchObjectLocalException(java.lang.String message,
java.lang.Exception ex)