RealmNotWritableRemoveException 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
- public class RealmNotWritableRemoveException
extends com.bea.p13n.exceptions.ApplicationException
thrown by the various admin EJB's when *remove* functionality which requires a writable (aka manageable)
realm is required.
Related Topics
ApplicationException
-
Hierarchy
-
Object
Throwable
Exception
com.bea.p13n.exceptions.ApplicationException
RealmNotWritableRemoveException
-
All Implemented Interfaces
-
Serializable
-
RealmNotWritableRemoveException(
String message, String principalName, String resourceName, String userGroupName)
- Constructor
|
-
RealmNotWritableRemoveException(
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
|
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 |
RealmNotWritableRemoveException
public RealmNotWritableRemoveException(String message,
String principalName,
String resourceName,
String userGroupName)
- Constructor
RealmNotWritableRemoveException
public RealmNotWritableRemoveException(String principalName,
String resourceName,
String userGroupName)
- Constructor
RealmNotWritableRemoveException
public RealmNotWritableRemoveException(String message,
Throwable t,
String principalName,
String resourceName,
String userGroupName)
- Constructor
RealmNotWritableRemoveException
public RealmNotWritableRemoveException(Throwable t,
String principalName,
String resourceName,
String userGroupName)
- Constructor
getPrincipalName() Method
public String getPrincipalName()
Returns
- username
getResourceName() Method
public String getResourceName()
Returns
- resource
getUserGroupName() Method
public String getUserGroupName()