Serializablepublic 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.
|
getCausedByExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchEJBException()
public NoSuchEJBException(String message)
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.