Serializable
public class NoSuchEJBException extends EJBException
Constructor | Description |
---|---|
NoSuchEJBException() |
Constructs a NoSuchEJBException with no detail message.
|
NoSuchEJBException(String message) |
Constructs a NoSuchEJBException with the specified detail message.
|
NoSuchEJBException(String message,
Exception ex) |
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
|
getCausedByException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.