public class RequestIncompleteException extends PortableException
PriorityTaskm_asStackRemote, m_sMessage, m_sName| Constructor and Description |
|---|
RequestIncompleteException()
Construct a RequestIncompleteException with no detail message.
|
RequestIncompleteException(String s)
Construct a RequestIncompleteException with the specified detail message.
|
RequestIncompleteException(String s, Throwable e)
Construct a RequestIncompleteException from a Throwable object and an additional description.
|
RequestIncompleteException(Throwable e)
Construct a RequestIncompleteException from a Throwable object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getPartialResult()
Return a partial execution result that may have been assembled before an exception occurred.
|
void |
readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.
|
void |
setPartialResult(Object oPartialResult)
Specify a partial execution result.
|
void |
writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
|
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic RequestIncompleteException()
public RequestIncompleteException(String s)
s - the String that contains a detailed messagepublic RequestIncompleteException(Throwable e)
e - the Throwable objectpublic Object getPartialResult()
public void setPartialResult(Object oPartialResult)
oPartialResult - a partial execution resultpublic void readExternal(PofReader in) throws IOException
readExternal in interface PortableObjectreadExternal in class PortableExceptionin - the PofReader from which to read the object's stateIOException - if an I/O error occurspublic void writeExternal(PofWriter out) throws IOException
writeExternal in interface PortableObjectwriteExternal in class PortableExceptionout - the PofWriter to which to write the object's stateIOException - if an I/O error occurs