public class ContainerSecurityException extends ContainerException
ContainerSecurityException
class defines a security exception
for unauthorized site resource access.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContainerSecurityException()
public ContainerSecurityException(String message)
message
- the exception messagepublic ContainerSecurityException(Throwable nested)
nested
- the nested exceptionpublic ContainerSecurityException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.