Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.remote.result
Interface TaskErrorResult

All Superinterfaces:
ErrorResult

public interface TaskErrorResult
extends ErrorResult

This is returned when a remote task errors on the server.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.adf.view.rich.remote.result.ErrorResult
ErrorResult.Source

 

Method Summary
 java.lang.Throwable getCause()
          The exception which was generated or null if there was no exception which was thrown to produce this error.
 java.lang.String getMessage()
          A message for what might have went wrong.
 java.lang.String getTask()
          Returns the name of the task which caused the error

 

Methods inherited from interface oracle.adf.view.rich.remote.result.ErrorResult
getSource

 

Method Detail

getMessage

java.lang.String getMessage()
A message for what might have went wrong.
Specified by:
getMessage in interface ErrorResult
Returns:
a string containing the message

getCause

java.lang.Throwable getCause()
The exception which was generated or null if there was no exception which was thrown to produce this error.
Specified by:
getCause in interface ErrorResult
Returns:

getTask

java.lang.String getTask()
Returns the name of the task which caused the error
Returns:

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.