public class NoSuchEJBException extends EJBException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSuchEJBException()
Constructs a NoSuchEJBException with no detail message.
|
NoSuchEJBException(java.lang.String message)
Constructs a NoSuchEJBException with the specified detailed message.
|
NoSuchEJBException(java.lang.String message,
java.lang.Exception ex)
Constructs a NoSuchEJBException with the specified detail message and a
nested exception.
|
getCausedByExceptionprivate static final long serialVersionUID
public NoSuchEJBException()
public NoSuchEJBException(java.lang.String message)
message - - The detailed message.public NoSuchEJBException(java.lang.String message,
java.lang.Exception ex)
message - - The detailed message.ex - - The originally thrown exception.