|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
oracle.adf.view.rich.remote.NonSerializableProducerException
public class NonSerializableProducerException
This is sent back to the producer instead of another message when a particular exception is not serializable. This exception contains a unique id which identifies the exception on the remote producer so that the user can look up the origional stack trace in the log.
| Constructor Summary | |
|---|---|
NonSerializableProducerException(java.lang.String id, java.lang.Throwable t) |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()The id of the full stack trace in the producer logs |
java.lang.String |
getOriginalException()The type of the origional exception |
java.lang.String |
getOriginalMessage()The message on the origional exception |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonSerializableProducerException(java.lang.String id,
java.lang.Throwable t)
| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getOriginalMessage()
public java.lang.String getOriginalException()
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||