Skip navigation links

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

E14650-01


oracle.security.jps.service.policystore
Class ResourceFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsException
              extended by oracle.security.jps.service.policystore.PolicyStoreException
                  extended by oracle.security.jps.service.policystore.ResourceFinderException

All Implemented Interfaces:
java.io.Serializable

public class ResourceFinderException
extends PolicyStoreException

This is a resource finder related exception that is thrown when a ResourceFinder cannot be instantiated or invoked by JPS.

See Also:
Serialized Form

Constructor Summary
ResourceFinderException()
          The empty constructor
ResourceFinderException(java.lang.String msg)
          The constructor takes the message
ResourceFinderException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
ResourceFinderException(java.lang.Throwable cause)
          The constructor takes the 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

ResourceFinderException

public ResourceFinderException()
The empty constructor

ResourceFinderException

public ResourceFinderException(java.lang.String msg)
The constructor takes the message
Parameters:
msg -

ResourceFinderException

public ResourceFinderException(java.lang.String msg,
                               java.lang.Throwable cause)
The constructor takes the message and the cause
Parameters:
msg -
cause -

ResourceFinderException

public ResourceFinderException(java.lang.Throwable cause)
The constructor takes the cause
Parameters:
cause -

Skip navigation links

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

E14650-01


Copyright © 2009, Oracle. All rights reserved.