org.springframework.ejb.access
Class EjbAccessException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.ejb.access.EjbAccessException
org.springframework.ejb.access.EjbAccessException
- All Implemented Interfaces: 
- Serializable
- public class EjbAccessException 
- extends NestedRuntimeException
Exception that gets thrown when an EJB stub cannot be accessed properly.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
EjbAccessException
public EjbAccessException(String msg)
- Constructor for EjbAccessException.
 
- Parameters:
- msg- the detail message
 
EjbAccessException
public EjbAccessException(String msg,
                          Throwable cause)
- Constructor for EjbAccessException.
 
- Parameters:
- msg- the detail message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.