public class ProcessException
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProcessException() |
Modifier and Type | Method and Description |
---|---|
ProcessExceptionType |
getExceptionType()
Gets the type metadata for this exception.
|
java.sql.Timestamp |
getResolvedTime()
Gets the tiem at which this exception was resolved.
|
java.lang.String |
getResolver()
Gets the user who resolved this exception.
|
boolean |
isResolved()
Determines whether this exception has been resolved.
|
void |
setExceptionType(ProcessExceptionType exceptionType_)
Sets the type metadata for this exception.
|
void |
setResolvedTime(java.sql.Timestamp resolvedTime_)
Sets the tiem at which this exception was resolved.
|
void |
setResolver(java.lang.String resolver_)
Sets the user who resolved this exception.
|
public ProcessExceptionType getExceptionType()
public void setExceptionType(ProcessExceptionType exceptionType_)
exceptionType_
- the type of exception that occurred.public boolean isResolved()
true
if this exception has been resolved,
false
otherwise.public java.sql.Timestamp getResolvedTime()
null
if it has not yet been resolved.public void setResolvedTime(java.sql.Timestamp resolvedTime_)
resolvedTime_
- the time at which this exception was
resolved, or null
if it has not yet been resolved.public java.lang.String getResolver()
null
if the exception has not yet been resolved.public void setResolver(java.lang.String resolver_)
resolver_
- the username of the person who resolved the exception,
or null
if the exception has not yet been resolved.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.