javax.ejb
Class EJBAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.EJBAccessException
All Implemented Interfaces:
java.io.Serializable

public class EJBAccessException
extends EJBException

This exception indicates that client access to a business method was denied.

See Also:
Serialized Form

Constructor Summary
EJBAccessException()
          Constructs an EJBAccessException with no detail message.
EJBAccessException(java.lang.String message)
          Constructs an EJBAccessException with the specified detailed message.
 
Method Summary
 
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
 

Constructor Detail

EJBAccessException

public EJBAccessException()
Constructs an EJBAccessException with no detail message.


EJBAccessException

public EJBAccessException(java.lang.String message)
Constructs an EJBAccessException with the specified detailed message.