public class NoSuchObjectLocalException extends EJBException
Constructor and 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
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,2020 Eclipse Foundation.
Use is subject to license terms.