javax.ejb
Class EJBAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.EJBAccessException
- All Implemented Interfaces:
- Serializable
public class EJBAccessException
- extends EJBException
This exception indicates that client access to a business
method was denied.
- See Also:
- Serialized Form
EJBAccessException
public EJBAccessException()
- Constructs an EJBAccessException with no detail message.
EJBAccessException
public EJBAccessException(String message)
- Constructs an EJBAccessException with the specified
detailed message.
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.