javax.ejb.AccessLocalException翻译[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:


javax.ejb
Class AccessLocalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.ejb.EJBException
                  extended byjavax.ejb.AccessLocalException
All Implemented Interfaces:
Serializable

public class AccessLocalException
extends EJBException

An AccessLocalException is thrown to indicate that the caller does not have permission to call the method. This exception is thrown to local clients. AccessLocalException抛出表示调用者没有权限调用该方法。该异常抛回本地客户端。

See Also:
Serialized Form

Constructor Summary
AccessLocalException()
          Constructs an AccessLocalException with no detail message. 构建一个不含详细信息的AccessLocalException。
AccessLocalException(String message)
          Constructs an AccessLocalException with the specified detail message. 构建一个指定详细信息的AccessLocalException。
AccessLocalException(String message, Exception ex)
          Constructs an AccessLocalException with the specified detail message and a nested exception. 构建一个指定详细信息和嵌套异常的AccessLocalException。
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString

本文关键:javax.ejb.AccessLocalException翻译
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top