Serializable
public class NoSuchObjectLocalException extends EJBException
Constructor | Description |
---|---|
NoSuchObjectLocalException() |
Constructs a NoSuchObjectLocalException with no detail message.
|
NoSuchObjectLocalException(String message) |
Constructs a NoSuchObjectLocalException with the specified detail message.
|
NoSuchObjectLocalException(String message,
Exception ex) |
Constructs a NoSuchObjectLocalException 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
public NoSuchObjectLocalException()
public NoSuchObjectLocalException(String message)
message
- a String
object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.