Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

weblogic.security.spi
Class RoleNotFoundException

java.lang.Object
  extended by NestedException
      extended by weblogic.security.spi.SecuritySpiException
          extended by weblogic.security.spi.RoleNotFoundException

Deprecated. Deprecated in Weblogic 10.3. These exceptions are never used and marked as deprecated: weblogic.security.spi.ProviderDecisionException weblogic.security.service.ProviderDecisionException weblogic.security.spi.ResourceNotFoundException weblogic.security.service.ResourceNotFoundException weblogic.security.spi.RoleNotFoundException weblogic.security.service.RoleNotFoundException

public class RoleNotFoundException
extends SecuritySpiException

The RoleNotFoundException exception is thrown if a Role Mapping provider looks for a particular role that should exist, but is unable to find that role.


Constructor Summary
RoleNotFoundException()
          Deprecated. Constructs a RoleNotFoundException with no arguments.
RoleNotFoundException(String msg)
          Deprecated. Constructs a RoleNotFoundException with the specified detail message.
RoleNotFoundException(String msg, Throwable nested)
          Deprecated. Constructs a RoleNotFoundException with a detail message and a nested exception.
RoleNotFoundException(Throwable nested)
          Deprecated. Constructs a RoleNotFoundException with a nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleNotFoundException

public RoleNotFoundException()
Deprecated. 
Constructs a RoleNotFoundException with no arguments.


RoleNotFoundException

public RoleNotFoundException(String msg)
Deprecated. 
Constructs a RoleNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - a String providing additional information about this exception.


RoleNotFoundException

public RoleNotFoundException(Throwable nested)
Deprecated. 
Constructs a RoleNotFoundException with a nested exception.

Parameters:
nested - a Throwable object to wrapper as part of this exception.


RoleNotFoundException

public RoleNotFoundException(String msg,
                             Throwable nested)
Deprecated. 
Constructs a RoleNotFoundException with a detail message and a nested exception.

Parameters:
msg - a String providing additional information about this exception.

nested - a Throwable object to wrapper as part of this exception.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03