|
||||||||||
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.ContainerSecurityNotAuthorizedException
public class ContainerSecurityNotAuthorizedException
The ContainerSecurityNotAuthorizedException
class defines a security exception
for unauthorized site resource access from an authenticated user.
Constructor Summary | |
---|---|
ContainerSecurityNotAuthorizedException()
Constructs a new ContainerSecurityNotAuthorizedException exception. |
|
ContainerSecurityNotAuthorizedException(String message)
Constructs a new ContainerSecurityNotAuthorizedException exception with the given message. |
|
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 |
|
ContainerSecurityNotAuthorizedException(Throwable nested)
Constructs a new ContainerSecurityNotAuthorizedException 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 ContainerSecurityNotAuthorizedException()
public ContainerSecurityNotAuthorizedException(String message)
message
- the exception messagepublic ContainerSecurityNotAuthorizedException(Throwable nested)
nested
- the nested exceptionpublic ContainerSecurityNotAuthorizedException(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 |