|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.assembler.client.AssemblerException com.adobe.livecycle.assembler.client.OperationException
public class OperationException
An 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 FormConstructor Summary | |
---|---|
OperationException()
Constructs a new exception with a null message and cause. |
|
OperationException(java.lang.String message)
Constructs a new exception with the given message. |
|
OperationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
OperationException(java.lang.Throwable cause)
Constructs a new exception with the given cause. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationException()
null
message and cause.
public OperationException(java.lang.String message)
message
- The detailed message.public OperationException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The causing exception. A null
value is permitted.public OperationException(java.lang.Throwable cause)
cause
- The causing exception. A null
value is permitted.Method Detail |
---|
public Document getJobLog()
public void setJobLog(Document jobLog)
jobLog
- A Document
that contains the job log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |