Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


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 java.lang.Object

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


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

 

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

 

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

 

Constructor Detail

UserActivityInfo.ErrorInfo

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

Method Detail

getTimeStamp

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

getMessage

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


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