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