<!-- -->
| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> | |||||||||
SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD |
javax.ejb
Class 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
<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- -->
Constructor Summary | |
AccessLocalException() Constructs an AccessLocalException with no detail message. 构建一个不含详细信息的AccessLocalException。 | |
AccessLocalException(Stringmessage) Constructs an AccessLocalException with the specified detail message. 构建一个指定详细信息的AccessLocalException。 | |
AccessLocalException(Stringmessage, Exceptionex) 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 |
<!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- -->
Constructor Detail |
AccessLocalException
- Constructs an AccessLocalException with no detail message. 构建一个不含详细信息的AccessLocalException。
AccessLocalException
- Constructs an AccessLocalException with the specified detail message. 构建一个指定详细信息的AccessLocalException。
AccessLocalException
- Constructs an AccessLocalException with the specified detail message and a nested exception. 构建一个指定详细信息和嵌套异常的AccessLocalException。
<!-- -->
| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> | |||||||||
SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.