spring-framework / org.springframework.ejb.access / EjbAccessException

EjbAccessException

open class EjbAccessException : NestedRuntimeException

Exception that gets thrown when an EJB stub cannot be accessed properly.

Author
Juergen Hoeller

Since
2.0

Constructors

<init>

EjbAccessException(msg: String)
EjbAccessException(msg: String, cause: Throwable)

Constructor for EjbAccessException.