© 2003 BEA Systems, Inc.

com.bea.portal.admin
Class RealmNotWritableRemoveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.portal.admin.RealmNotWritableRemoveException
All Implemented Interfaces:
Serializable

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)
          Constructor
RealmNotWritableRemoveException(String message, String principalName, String resourceName, String userGroupName)
          Constructor
RealmNotWritableRemoveException(String message, Throwable t, String principalName, String resourceName, String userGroupName)
          Constructor
RealmNotWritableRemoveException(Throwable t, String principalName, String resourceName, String userGroupName)
          Constructor
 
Method Summary
 String getPrincipalName()
           
 String getResourceName()
           
 String getUserGroupName()
           
 
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)
Constructor

Parameters:
principalName - the principalName
resourceName - the resource
userGroupName - the userGroupName

RealmNotWritableRemoveException

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

Parameters:
message - String representing the Exception message
principalName - the username
resourceName - the resource
userGroupName - the userGroupName

RealmNotWritableRemoveException

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

Parameters:
message - String representing the Exception message
t - Throwable object representing the wrapped or chained exception
principalName - the username
resourceName - the resource
userGroupName - the userGroupName

RealmNotWritableRemoveException

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

Parameters:
t - Throwable object representing the wrapped or chained exception
principalName - the username
resourceName - the resource
userGroupName - the userGroupName
Method Detail

getPrincipalName

public String getPrincipalName()
Returns:
username

getResourceName

public String getResourceName()
Returns:
resource

getUserGroupName

public String getUserGroupName()

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved