Class ContainerSecurityNotAuthenticatedException

  • All Implemented Interfaces:
    Serializable

    public class ContainerSecurityNotAuthenticatedException
    extends ContainerSecurityException
    The ContainerSecurityNotAuthenticatedException class defines a security exception for unauthorized site resource access from a non-authenticated user.
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • ContainerSecurityNotAuthenticatedException

        public ContainerSecurityNotAuthenticatedException()
        Constructs a new ContainerSecurityNotAuthenticatedException exception.
      • ContainerSecurityNotAuthenticatedException

        public ContainerSecurityNotAuthenticatedException​(String message)
        Constructs a new ContainerSecurityNotAuthenticatedException exception with the given message.
        Parameters:
        message - the exception message
      • ContainerSecurityNotAuthenticatedException

        public ContainerSecurityNotAuthenticatedException​(Throwable nested)
        Constructs a new ContainerSecurityNotAuthenticatedException exception with the nested exception.
        Parameters:
        nested - the nested exception
      • ContainerSecurityNotAuthenticatedException

        public ContainerSecurityNotAuthenticatedException​(String msg,
                                                          Throwable nested)
        Constructs a new ContainerSecurityNotAuthenticatedException exception when the container needs to do the following:
        • throw an exception
        • include the "nested" exception
        • include a description message
        Parameters:
        msg - the exception message
        nested - the nested exception