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)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.