© 2004 BEA Systems, Inc.

com.bea.portal.admin
Class RealmNotWritableRemoveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.portal.admin.RealmNotWritableRemoveException
All Implemented Interfaces:
Serializable

Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public class RealmNotWritableRemoveException
extends ApplicationException

thrown by the various admin EJB's when *remove* functionality which requires a writable (aka manageable) realm is required.

See Also:
ApplicationException, Serialized Form

Constructor Summary
RealmNotWritableRemoveException(String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableRemoveException(String message, String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableRemoveException(String message, Throwable t, String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableRemoveException(Throwable t, String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
 
Method Summary
 String getPrincipalName()
          Deprecated.  
 String getResourceName()
          Deprecated.  
 String getUserGroupName()
          Deprecated.  
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealmNotWritableRemoveException

public RealmNotWritableRemoveException(String principalName,
                                       String resourceName,
                                       String userGroupName)
Deprecated. 
Constructor


RealmNotWritableRemoveException

public RealmNotWritableRemoveException(String message,
                                       String principalName,
                                       String resourceName,
                                       String userGroupName)
Deprecated. 
Constructor


RealmNotWritableRemoveException

public RealmNotWritableRemoveException(String message,
                                       Throwable t,
                                       String principalName,
                                       String resourceName,
                                       String userGroupName)
Deprecated. 
Constructor


RealmNotWritableRemoveException

public RealmNotWritableRemoveException(Throwable t,
                                       String principalName,
                                       String resourceName,
                                       String userGroupName)
Deprecated. 
Constructor

Method Detail

getPrincipalName

public String getPrincipalName()
Deprecated. 
Returns:
username

getResourceName

public String getResourceName()
Deprecated. 
Returns:
resource

getUserGroupName

public String getUserGroupName()
Deprecated. 

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved