public class NotFoundException extends MatchException
Constructor and Description |
---|
NotFoundException()
Constructs a new ContainerException exception.
|
NotFoundException(String message)
Constructs a new NotFoundExceptiion exception with the given message.
|
NotFoundException(String msg,
Throwable nested)
Constructs a new NotFoundExceptiion exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
NotFoundException(Throwable nested)
Constructs a new NotFoundExceptiion exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
public NotFoundException(String message)
message
- the exception messagepublic NotFoundException(Throwable nested)
nested
- the nested exceptionpublic NotFoundException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.