|
© 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.RealmNotWritableAddException
thrown by the various admin EJB's when *add* functionality which requires a writable (aka manageable) realm is required.
ApplicationException
, Serialized FormConstructor Summary | |
RealmNotWritableAddException(java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
Constructor |
|
RealmNotWritableAddException(java.lang.String message,
java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
Constructor |
|
RealmNotWritableAddException(java.lang.String message,
java.lang.Throwable t,
java.lang.String principalName,
java.lang.String resourceName,
java.lang.String userGroupName)
Constructor |
|
RealmNotWritableAddException(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 RealmNotWritableAddException(java.lang.String principalName, java.lang.String resourceName, java.lang.String userGroupName)
principalName
- the principalNameresourceName
- the resourceuserGroupName
- the userGroupNamepublic RealmNotWritableAddException(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 userGroupNamepublic RealmNotWritableAddException(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 userGroupNamepublic RealmNotWritableAddException(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 userGroupNameMethod 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 |