© 2005 BEA Systems, Inc.

com.bea.portal.admin
Class RealmNotWritableAddException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.portal.admin.RealmNotWritableAddException
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 RealmNotWritableAddException
extends ApplicationException

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

See Also:
ApplicationException, Serialized Form

Constructor Summary
RealmNotWritableAddException(String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableAddException(String message, String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableAddException(String message, Throwable t, String principalName, String resourceName, String userGroupName)
          Deprecated. Constructor
RealmNotWritableAddException(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

RealmNotWritableAddException

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


RealmNotWritableAddException

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


RealmNotWritableAddException

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


RealmNotWritableAddException

public RealmNotWritableAddException(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. 

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved