Skip navigation links

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

E14650-03


oracle.security.jps.service.policystore.info.resource
Class ResourceWithoutTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsLocalizableException
              extended by oracle.security.jps.JpsException
                  extended by oracle.security.jps.service.policystore.PolicyStoreException
                      extended by oracle.security.jps.service.policystore.info.resource.ResourceWithoutTypeException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class ResourceWithoutTypeException
extends PolicyStoreException
See Also:
Serialized Form

Constructor Summary
ResourceWithoutTypeException()
           
ResourceWithoutTypeException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundle type and error code.
ResourceWithoutTypeException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundle type, error code and parameters.
ResourceWithoutTypeException(java.lang.String message)
           
ResourceWithoutTypeException(java.lang.String message, java.lang.Throwable cause)
           
ResourceWithoutTypeException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

ResourceWithoutTypeException

public ResourceWithoutTypeException()

ResourceWithoutTypeException

public ResourceWithoutTypeException(java.lang.String message)

ResourceWithoutTypeException

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

ResourceWithoutTypeException

public ResourceWithoutTypeException(java.lang.Throwable cause)

ResourceWithoutTypeException

public ResourceWithoutTypeException(JpsBundleType bundleType,
                                    java.lang.String errorCode)
The constructor takes bundle type and error code.
Parameters:
bundleType - bundle type
errorCode - error code

ResourceWithoutTypeException

public ResourceWithoutTypeException(JpsBundleType bundleType,
                                    java.lang.String errorCode,
                                    java.lang.Object[] parameters)
The constructor takes bundle type, error code and parameters.
Parameters:
bundleType - bundle type
errorCode - error code
parameters - parameters

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.