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