|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.remote.result.ErrorResult
public abstract class ErrorResult
Returns an error result. This result type is used for both ERROR type responses as well as HTTP_ERROR type responses.
Nested Class Summary | |
---|---|
static class |
ErrorResult.Source Tells where the ErrorResult was generated. |
Constructor Summary | |
---|---|
ErrorResult() |
Method Summary | |
---|---|
abstract java.lang.Throwable |
getCause() The exception which was generated or null if there was no exception which was thrown to produce this error. |
abstract java.lang.String |
getMessage() A message for what might have went wrong. |
abstract ErrorResult.Source |
getSource() The source of this result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorResult()
Method Detail |
---|
public abstract java.lang.String getMessage()
public abstract java.lang.Throwable getCause()
public abstract ErrorResult.Source getSource()
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |