© 2002 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

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(java.lang.String principalName, java.lang.String resourceName, java.lang.String userGroupName)
          Constructor
RealmNotWritableRemoveException(java.lang.String message, java.lang.String principalName, java.lang.String resourceName, java.lang.String userGroupName)
          Constructor
RealmNotWritableRemoveException(java.lang.String message, java.lang.Throwable t, java.lang.String principalName, java.lang.String resourceName, java.lang.String userGroupName)
          Constructor
RealmNotWritableRemoveException(java.lang.Throwable t, java.lang.String principalName, java.lang.String resourceName, java.lang.String userGroupName)
          Constructor
 
Method Summary
 java.lang.String getPrincipalName()
           
 java.lang.String getResourceName()
           
 java.lang.String getUserGroupName()
           
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealmNotWritableRemoveException

public RealmNotWritableRemoveException(java.lang.String principalName,
                                       java.lang.String resourceName,
                                       java.lang.String userGroupName)
Constructor

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

RealmNotWritableRemoveException

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

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

RealmNotWritableRemoveException

public RealmNotWritableRemoveException(java.lang.String message,
                                       java.lang.Throwable t,
                                       java.lang.String principalName,
                                       java.lang.String resourceName,
                                       java.lang.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(java.lang.Throwable t,
                                       java.lang.String principalName,
                                       java.lang.String resourceName,
                                       java.lang.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 java.lang.String getPrincipalName()

Returns:
username

getResourceName

public java.lang.String getResourceName()

Returns:
resource

getUserGroupName

public java.lang.String getUserGroupName()

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved