public class OperationException extends AssemblerException
OperationException
object is thrown when there is a fatal error that prevents the Assembler service
from processing the given DDX document. These exceptions include the mechanics of transferring files to and from
the Assembler service as well as converting assembled documents into Document
objects and
returning them to the client. An OperationException
does not include any issues found while executing
the DDX job.ProcessingException
,
Serialized FormAssemblerException.ClientException
Constructor and Description |
---|
OperationException()
Constructs a new exception with a
null message and cause. |
OperationException(String message)
Constructs a new exception with the given message.
|
OperationException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
OperationException(Throwable cause)
Constructs a new exception with the given cause.
|
Modifier and Type | Method and Description |
---|---|
Document |
getJobLog()
Returns a job log which would have been returned in an output map if the job had completed normally.
|
void |
setJobLog(Document jobLog)
Sets the job log.
|
public OperationException()
null
message and cause.public OperationException(String message)
message
- The detailed message.public OperationException(String message, Throwable cause)
message
- The detail message.cause
- The causing exception. A null
value is permitted.public OperationException(Throwable cause)
cause
- The causing exception. A null
value is permitted.public Document getJobLog()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.