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
detail message.
|
NoSuchEJBException(java.lang.String message,
java.lang.Exception ex)
Constructs a NoSuchEJBException with the specified
detail message and a nested exception.
|
getCausedByException
private static final long serialVersionUID
public NoSuchEJBException()
public NoSuchEJBException(java.lang.String message)
public NoSuchEJBException(java.lang.String message, java.lang.Exception ex)