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 detailed 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
- - The detailed message.Copyright © 2016 JBoss by Red Hat. All rights reserved.