public class ContainerSecurityNotAuthorizedException extends ContainerSecurityException
ContainerSecurityNotAuthorizedException
class defines a security exception
for unauthorized site resource access from an authenticated user.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 exceptionCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.