|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| 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
java.lang.RuntimeException
com.tangosol.io.pof.PortableException
com.tangosol.net.RequestIncompleteException
public class RequestIncompleteException
Signals that a request execution in a distributed environment failed to complete successfully. For some specific requests this exception could carry a partial execution result or failure information.
PriorityTask| Field Summary |
|---|
| Fields inherited from class com.tangosol.io.pof.PortableException |
|---|
m_asStackRemote, m_sMessage, m_sName |
| Constructor Summary | |
|---|---|
RequestIncompleteException()Construct a RequestIncompleteException with no detail message. |
|
RequestIncompleteException(java.lang.String s)Construct a RequestIncompleteException with the specified detail message. |
|
RequestIncompleteException(java.lang.String s, java.lang.Throwable e)Construct a RequestIncompleteException from a Throwable object and an additional description. |
|
RequestIncompleteException(java.lang.Throwable e)Construct a RequestIncompleteException from a Throwable object. |
|
| Method Summary | |
|---|---|
java.lang.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(java.lang.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. |
| Methods inherited from class com.tangosol.io.pof.PortableException |
|---|
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Constructor Detail |
|---|
public RequestIncompleteException()
public RequestIncompleteException(java.lang.String s)
s - the String that contains a detailed messagepublic RequestIncompleteException(java.lang.Throwable e)
e - the Throwable object
public RequestIncompleteException(java.lang.String s,
java.lang.Throwable e)
s - the additional descriptione - the Throwable object| Method Detail |
|---|
public java.lang.Object getPartialResult()
public void setPartialResult(java.lang.Object oPartialResult)
oPartialResult - a partial execution result
public void readExternal(PofReader in)
throws java.io.IOException
readExternal in interface PortableObjectreadExternal in class PortableExceptionin - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter out)
throws java.io.IOException
writeExternal in interface PortableObjectwriteExternal in class PortableExceptionout - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurs
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||