open class EjbAccessException : NestedRuntimeException
Exception that gets thrown when an EJB stub cannot be accessed properly.
Author
Juergen Hoeller
Since
2.0
EjbAccessException(msg: String)EjbAccessException(msg: String, cause: Throwable)
Constructor for EjbAccessException. |