| Package | Description |
|---|---|
| org.jahia.exceptions | |
| org.jahia.services.modulemanager | |
| org.jahia.settings.readonlymode | |
| org.jahia.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
JahiaBadRequestException
Indicates malformed request or missing request parameter.
|
class |
JahiaNotFoundException
Indicates a malformed URL or a missing target resource.
|
class |
JahiaServiceUnavailableException
Indicates that Jahia temporarily cannot serve the request due to for instance server overloading,
leading to a Service Unavailable HTTP status code (503) in the response.
|
class |
JahiaUnauthorizedException
Indicates that requested resource requires authentication, i.e.
|
class |
RenderTimeLimitExceededException
Indicates that request rendering time exceeded the maximum allowed one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidModuleException
Signals that a submitted JAR file does not correspond to a valid OSGi module.
|
class |
InvalidModuleKeyException
Indicates wrong bundle key format, e.g.
|
class |
InvalidTargetException
Signals that a submitted target for module operation is not valid.
|
class |
ModuleManagementException
Module management related exception.
|
class |
ModuleManagementInvalidArgumentException
Module management related exception that indicates bad parameter data passed by the invoker.
|
class |
ModuleNotFoundException
Signals that a module management operation has failed because the target module bundle cannot be found.
|
class |
NonProcessingNodeException
Indicates an attempt to perform an operation which is only allowed on the processing node, on a non-processing one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyModeException
Is thrown by a service during an operation that tries to modify the data or a state in case read-only mode is currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ProcessHelper.execute(String command)
Executes the external process using the provided command.
|
static int |
ProcessHelper.execute(String command,
String[] arguments)
Executes the external process using the provided command, arguments (optional).
|
static int |
ProcessHelper.execute(String command,
String[] arguments,
Map<String,Object> parameterSubstitutionMap)
Executes the external process using the provided command, arguments (optional), parameter substitution map to expand variables in the
command or arguments in form of
${variable} |
static int |
ProcessHelper.execute(String command,
String[] arguments,
Map<String,Object> parameterSubstitutionMap,
File workingDir,
StringBuilder resultOut,
StringBuilder resultErr)
Executes the external process using the provided command, arguments (optional), parameter substitution map to expand variables in the
command or arguments in form of
${variable} |
static int |
ProcessHelper.execute(String command,
String[] arguments,
Map<String,Object> parameterSubstitutionMap,
File workingDir,
StringBuilder resultOut,
StringBuilder resultErr,
boolean redirectOutputs)
Executes the external process using the provided command, arguments (optional), parameter substitution map to expand variables in the
command or arguments in form of
${variable} |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.