public class NoSuchEJBException extends EJBException
Constructor and Description |
---|
NoSuchEJBException()
Constructs a NoSuchEJBException with no detail message.
|
NoSuchEJBException(String message)
Constructs a NoSuchEJBException with the specified detailed message.
|
NoSuchEJBException(String message,
Exception ex)
Constructs a NoSuchEJBException with the specified detail message and a
nested exception.
|
getCausedByException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchEJBException()
public NoSuchEJBException(String message)
message
- - The detailed message.Copyright © 2017 JBoss by Red Hat. All rights reserved.