|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.portal.admin.RealmNotWritableRemoveException
thrown by the various admin EJB's when *remove* functionality which requires a writable (aka manageable) realm is required.
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 |
public RealmNotWritableRemoveException(String principalName,
String resourceName,
String userGroupName)
principalName - the principalNameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(String message,
String principalName,
String resourceName,
String userGroupName)
message - String representing the Exception messageprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(String message,
Throwable t,
String principalName,
String resourceName,
String userGroupName)
message - String representing the Exception messaget - Throwable object representing the wrapped or chained exceptionprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(Throwable t,
String principalName,
String resourceName,
String userGroupName)
t - Throwable object representing the wrapped or chained exceptionprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName| Method Detail |
public String getPrincipalName()
public String getResourceName()
public String getUserGroupName()
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||