Package jakarta.ejb

Class EJBAccessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EJBAccessException
    extends EJBException
    This exception indicates that client access to a business method was denied.
    Since:
    EJB 3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 EJBAccessException with no detail message.
      • EJBAccessException

        public EJBAccessException​(java.lang.String message)
        Constructs an EJBAccessException with the specified detailed message.
        Parameters:
        message - a String object.