org.hippoecm.hst.core.container
Class ContainerSecurityNotAuthenticatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hippoecm.hst.core.container.ContainerException
              extended by org.hippoecm.hst.core.container.ContainerSecurityException
                  extended by org.hippoecm.hst.core.container.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 Summary
ContainerSecurityNotAuthenticatedException()
          Constructs a new ContainerSecurityNotAuthenticatedException exception.
ContainerSecurityNotAuthenticatedException(String message)
          Constructs a new ContainerSecurityNotAuthenticatedException exception with the given message.
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
ContainerSecurityNotAuthenticatedException(Throwable nested)
          Constructs a new ContainerSecurityNotAuthenticatedException exception with the nested exception.
 
Method Summary
 
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

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:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.