|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hippoecm.hst.core.container.ContainerException
org.hippoecm.hst.core.container.ContainerSecurityException
org.hippoecm.hst.core.container.ContainerSecurityNotAuthenticatedException
public class ContainerSecurityNotAuthenticatedException
The ContainerSecurityNotAuthenticatedException
class defines a security exception
for unauthorized site resource access from a non-authenticated user.
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 |
---|
public ContainerSecurityNotAuthenticatedException()
public ContainerSecurityNotAuthenticatedException(String message)
message
- the exception messagepublic ContainerSecurityNotAuthenticatedException(Throwable nested)
nested
- the nested exceptionpublic ContainerSecurityNotAuthenticatedException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |