An AccessLocalException is thrown to indicate that the caller does not have
permission to call the method. This exception is thrown to local clients.
See Also:EJB 3.0 specification author: Florent Benoit
Constructor Summary
public
AccessLocalException() Default constructor : builds an exception with an empty message.
Build an exception with the given message and given exception.
Parameters: message - the given message to use. Parameters: causedByException - the cause of this exception.