[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
PREV CLASS NEXT CLASS
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.ejb
Class AccessLocalExceptionjava.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.AccessLocalException
All Implemented Interfaces: Serializable public class AccessLocalException extends EJBExceptionAn 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 FormConstructor Summary
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
AccessLocalExceptionpublic AccessLocalException()
Constructs an AccessLocalException with no detail message. 构建一个不含详细信息的AccessLocalException。
AccessLocalExceptionpublic AccessLocalException(String message)
Constructs an AccessLocalException with the specified detail message. 构建一个指定详细信息的AccessLocalException。
AccessLocalExceptionpublic AccessLocalException(String message,
Exception ex)
Constructs an AccessLocalException with the specified detail message and a nested exception. 构建一个指定详细信息和嵌套异常的AccessLocalException。
[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
PREV CLASS NEXT CLASS
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.