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 javax.ejb.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.

Version:
$Revision: 1.1.2.6 $
See Also:
Serialized Form

Constructor Summary
EJBAccessException()
          Constructs an AccessLocalException with no detail message.
EJBAccessException(java.lang.String message)
          Constructs an AccessLocalException with the specified detail message.
EJBAccessException(java.lang.String message, java.lang.Exception ex)
          Constructs an AccessLocalException with the specified detail message and a nested exception.
 
Method Summary
 
Methods inherited from class javax.ejb.EJBException
getCausedByException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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 AccessLocalException with no detail message.


EJBAccessException

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

Parameters:
message - - The detailed message

EJBAccessException

public EJBAccessException(java.lang.String message,
                          java.lang.Exception ex)
Constructs an AccessLocalException with the specified detail message and a nested exception.

Parameters:
message - - The detailed message
ex - - The nested exception