Skip navigation links

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


oracle.adf.view.rich.remote
Class NonSerializableProducerException

java.lang.Object
  extended by java.lang.Throwable
      extended by oracle.adf.view.rich.remote.NonSerializableProducerException

All Implemented Interfaces:
java.io.Serializable

public class NonSerializableProducerException
extends java.lang.Throwable

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.

Since:
11.1.1.7.3
See Also:
Serialized Form

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

NonSerializableProducerException

public NonSerializableProducerException(java.lang.String id,
                                        java.lang.Throwable t)

Method Detail

getId

public java.lang.String getId()
The id of the full stack trace in the producer logs
Returns:

getOriginalMessage

public java.lang.String getOriginalMessage()
The message on the origional exception
Returns:

getOriginalException

public java.lang.String getOriginalException()
The type of the origional exception
Returns:

Skip navigation links

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


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