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
- 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
-
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
|
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 |
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
getPrincipalName() Method
public String getPrincipalName()
Returns
- username
getResourceName() Method
public String getResourceName()
Returns
- resource
getUserGroupName() Method
public String getUserGroupName()