org.hippoecm.hst.core.container
Class ContainerSecurityException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerSecurityNotAuthenticatedException, ContainerSecurityNotAuthorizedException

public class ContainerSecurityException
extends ContainerException

The ContainerSecurityException class defines a security exception for unauthorized site resource access.

Version:
$Id: ContainerSecurityException.java 19268 2009-08-14 10:04:34Z wko $
See Also:
Serialized Form

Constructor Summary
ContainerSecurityException()
          Constructs a new ContainerSecurityException exception.
ContainerSecurityException(String message)
          Constructs a new ContainerSecurityException exception with the given message.
ContainerSecurityException(String msg, Throwable nested)
          Constructs a new ContainerSecurityException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ContainerSecurityException(Throwable nested)
          Constructs a new ContainerSecurityException 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

ContainerSecurityException

public ContainerSecurityException()
Constructs a new ContainerSecurityException exception.


ContainerSecurityException

public ContainerSecurityException(String message)
Constructs a new ContainerSecurityException exception with the given message.

Parameters:
message - the exception message

ContainerSecurityException

public ContainerSecurityException(Throwable nested)
Constructs a new ContainerSecurityException exception with the nested exception.

Parameters:
nested - the nested exception

ContainerSecurityException

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