Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.monitoring
Class UserActivityInfo.ErrorInfo

java.lang.Object
  extended by oracle.adf.view.rich.monitoring.UserActivityInfo.ErrorInfo

Enclosing class:
UserActivityInfo

public static final class UserActivityInfo.ErrorInfo
extends Object

Represents an error object for an error that caused the request to fail.


Constructor Summary
UserActivityInfo.ErrorInfo(String timeStamp, String message)
          Holds information for a client error.

 

Method Summary
 String getMessage()
          Gets the error message.
 String getTimeStamp()
          Gets the timeStamp when the error occurred.
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UserActivityInfo.ErrorInfo

public UserActivityInfo.ErrorInfo(String timeStamp,
                                  String message)
Holds information for a client error.
Parameters:
timeStamp - time the error occurres
message - error string.

Method Detail

getTimeStamp

public String getTimeStamp()
Gets the timeStamp when the error occurred.
Returns:
a String representation of the timeStamp.

getMessage

public String getMessage()
Gets the error message.
Returns:
a String message.

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.