Name

AccessLocalException

Synopsis

This exception is thrown to local clients of an EJB that attempt to call a method and they don’t have permission to call the method. Added as of EJB 2.0.

                  Exceptions
public class AccessLocalException extends EJBException {
// Public Constructors
   public AccessLocalException();  
   public AccessLocalException( String message);  
   public AccessLocalException(String message, Exception ex);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.