public class

EjbAccessException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.ejb.access.EjbAccessException

Class Overview

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

Summary

Public Constructors
EjbAccessException(String msg)
Constructor for EjbAccessException.
EjbAccessException(String msg, Throwable cause)
Constructor for EjbAccessException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public EjbAccessException (String msg)

Constructor for EjbAccessException.

Parameters
msg the detail message

public EjbAccessException (String msg, Throwable cause)

Constructor for EjbAccessException.

Parameters
msg the detail message
cause the root cause