public class NoSuchEJBException extends EJBException
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
public NoSuchEJBException()
public NoSuchEJBException(java.lang.String message)
public NoSuchEJBException(java.lang.String message, java.lang.Exception ex)