类 EjbAccessException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.ejb.access.EjbAccessException
- 所有已实现的接口:
Serializable
public class EjbAccessException extends NestedRuntimeException
Exception that gets thrown when an EJB stub cannot be accessed properly.- 从以下版本开始:
- 2.0
- 作者:
- Juergen Hoeller
- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 EjbAccessException(String msg)Constructor for EjbAccessException.EjbAccessException(String msg, Throwable cause)Constructor for EjbAccessException.
方法概要
从类继承的方法 org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
构造器详细资料
EjbAccessException
public EjbAccessException(String msg)
Constructor for EjbAccessException.- 参数:
msg- the detail message
EjbAccessException
public EjbAccessException(String msg, Throwable cause)
Constructor for EjbAccessException.- 参数:
msg- the detail messagecause- the root cause