BEA Systems, Inc.

weblogic.security.spi
Class RoleNotFoundException

java.lang.Object
  extended by SecuritySpiException
      extended by weblogic.security.spi.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()
          Constructs a RoleNotFoundException with no arguments.
RoleNotFoundException(String msg)
          Constructs a RoleNotFoundException with the specified detail message.
RoleNotFoundException(String msg, Throwable nested)
          Constructs a RoleNotFoundException with a detail message and a nested exception.
RoleNotFoundException(Throwable nested)
          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()
Constructs a RoleNotFoundException with no arguments.


RoleNotFoundException

public RoleNotFoundException(String msg)
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)
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)
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.


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.