|
© 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.RealmNotWritableAddException
thrown by the various admin EJB's when *add* functionality which requires a writable (aka manageable) realm is required.
ApplicationException,
Serialized Form| Constructor Summary | |
RealmNotWritableAddException(String principalName,
String resourceName,
String userGroupName)
Constructor |
|
RealmNotWritableAddException(String message,
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 | |
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 RealmNotWritableAddException(String principalName,
String resourceName,
String userGroupName)
principalName - the principalNameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableAddException(String message,
String principalName,
String resourceName,
String userGroupName)
message - String representing the Exception messageprincipalName - the usernameresourceName - the resourceuserGroupName - the userGroupName
public RealmNotWritableAddException(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 RealmNotWritableAddException(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 | |||||||||