javax.ejb
Class AccessLocalException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.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 |
