Class ContainerSecurityNotAuthorizedException

  • All Implemented Interfaces:
    Serializable

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

      • ContainerSecurityNotAuthorizedException

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

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

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

        public ContainerSecurityNotAuthorizedException​(String msg,
                                                       Throwable nested)
        Constructs a new ContainerSecurityNotAuthorizedException 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