|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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(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 |
public RealmNotWritableRemoveException(java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
principalName - the principalNameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(java.lang.String message,
java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
message - String representing the Exception messageprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(java.lang.String message,
java.lang.Throwable t,
java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
message - String representing the Exception messaget - Throwable object representing the wrapped or chained exceptionprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableRemoveException(java.lang.Throwable t,
java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
t - Throwable object representing the wrapped or chained exceptionprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName| Method Detail |
public java.lang.String getPrincipalName()
public java.lang.String getResourceName()
public java.lang.String getUserGroupName()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||