RealmNotWritableAddException Class

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

com.bea.portal.admin
RealmNotWritableAddException Class

public class RealmNotWritableAddException

    extends com.bea.p13n.exceptions.ApplicationException

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

Related Topics

ApplicationException


Hierarchy
Object
  Throwable
    Exception
      com.bea.p13n.exceptions.ApplicationException
        RealmNotWritableAddException
All Implemented Interfaces

Serializable

Constructor Summary

RealmNotWritableAddException(String message, String principalName, String resourceName, String userGroupName)

Constructor
RealmNotWritableAddException(String principalName, String resourceName, String userGroupName)

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

Constructor
RealmNotWritableAddException(Throwable t, String principalName, String resourceName, String userGroupName)

Constructor
 

Method Summary

public String
getPrincipalName()
public String
getResourceName()
public String
getUserGroupName()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

RealmNotWritableAddException

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

RealmNotWritableAddException

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

RealmNotWritableAddException

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

RealmNotWritableAddException

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

Method Detail

getPrincipalName() Method

public String getPrincipalName()

Returns

username

getResourceName() Method

public String getResourceName()

Returns

resource

getUserGroupName() Method

public String getUserGroupName()