|
© 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.PrincipalNotExclusivelyManagedByAdminException
Thrown by Visitor User Manager EJBs when the calling admin does not manage every group portal to which the target principal belongs.
ApplicationException
,
Serialized FormConstructor Summary | |
PrincipalNotExclusivelyManagedByAdminException(String principalName,
String adminName)
Constructor |
|
PrincipalNotExclusivelyManagedByAdminException(String message,
String principalName,
String adminName)
Constructor |
|
PrincipalNotExclusivelyManagedByAdminException(String message,
Throwable t,
String principalName,
String adminName)
Constructor |
|
PrincipalNotExclusivelyManagedByAdminException(Throwable t,
String principalName,
String adminName)
Constructor |
Method Summary | |
String |
getAdminName()
|
String |
getPrincipalName()
|
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 PrincipalNotExclusivelyManagedByAdminException(String principalName, String adminName)
principalName
- the usernameadminName
- the admin usernamepublic PrincipalNotExclusivelyManagedByAdminException(String message, String principalName, String adminName)
message
- String representing the Exception messageprincipalName
- the usernameadminName
- the admin usernamepublic PrincipalNotExclusivelyManagedByAdminException(String message, Throwable t, String principalName, String adminName)
message
- String representing the Exception messaget
- Throwable object representing the wrapped or chained exceptionprincipalName
- the usernameadminName
- the admin usernamepublic PrincipalNotExclusivelyManagedByAdminException(Throwable t, String principalName, String adminName)
t
- Throwable object representing the wrapped or chained exceptionprincipalName
- the usernameadminName
- the admin usernameMethod Detail |
public String getPrincipalName()
public String getAdminName()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |