Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.idstore
Class AttributeRetrieverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.service.idstore.AttributeRetrieverException

All Implemented Interfaces:
java.io.Serializable

public class AttributeRetrieverException
extends java.lang.Exception

An Exception thrown by AttributeRetriever. In the Context of U/R API When the AttributeRetriever makes use of an Embedded instance of the U/R API and the Embedded U/R API invocation throws an Exception, that Exception would be Wrapped as an AttributeRetrieverException. The Application facing U/R instance which calls the AttributeRetriever should use the getCause() method to obtain the original exception that it can choose to relay back to the application.

See Also:
Serialized Form

Constructor Summary
AttributeRetrieverException(java.lang.String message, java.lang.Throwable cause)
           

 

Method Summary

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AttributeRetrieverException

public AttributeRetrieverException(java.lang.String message,
                                   java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.