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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.