Skip navigation links


oracle.iam.request.vo
Class RequestError

java.lang.Object
  extended by oracle.iam.request.vo.RequestError

All Implemented Interfaces:
java.io.Serializable

public class RequestError
extends java.lang.Object
implements java.io.Serializable

This objects has the details on the error occurred during request life cycle. RequestService.getRequestError(String requestID) returns this object.

See Also:
Serialized Form

Constructor Summary
RequestError()
           

 

Method Summary
 java.lang.String getErrorMessage()
          Gets the error message of the failed request
 java.util.List getSoftErrorMessages()
          Gets the soft error messages of the failed request.

 

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

 

Constructor Detail

RequestError

public RequestError()

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Gets the error message of the failed request
Returns:

getSoftErrorMessages

public java.util.List getSoftErrorMessages()
Gets the soft error messages of the failed request.
Returns:

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.