|
© 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
|
+--java.lang.RuntimeException
|
+--com.bea.p13n.exceptions.SystemException
|
+--com.bea.portal.admin.DelegatedAdminSecurityException
SecurityException thrown by the DelegatedAdminManager EJB
SystemException, Serialized Form| Constructor Summary | |
DelegatedAdminSecurityException(java.lang.String username,
java.lang.String resource)
Constructor |
|
DelegatedAdminSecurityException(java.lang.String message,
java.lang.String username,
java.lang.String resource)
Constructor |
|
DelegatedAdminSecurityException(java.lang.String message,
java.lang.Throwable t,
java.lang.String username,
java.lang.String resource)
Constructor |
|
DelegatedAdminSecurityException(java.lang.Throwable t,
java.lang.String username,
java.lang.String resource)
Constructor |
|
| Method Summary | |
java.lang.String |
getResource()
|
java.lang.String |
getUsername()
|
| Methods inherited from class com.bea.p13n.exceptions.SystemException |
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 DelegatedAdminSecurityException(java.lang.String username,
java.lang.String resource)
username - the user trying to access the resourceresource - the resource
public DelegatedAdminSecurityException(java.lang.String message,
java.lang.String username,
java.lang.String resource)
message - String representing the Exception messageusername - the user trying to access the resourceresource - the resource
public DelegatedAdminSecurityException(java.lang.String message,
java.lang.Throwable t,
java.lang.String username,
java.lang.String resource)
message - String representing the Exception messaget - Throwable object representing the wrapped or chained exceptionusername - the user trying to access the resourceresource - the resource
public DelegatedAdminSecurityException(java.lang.Throwable t,
java.lang.String username,
java.lang.String resource)
t - Throwable object representing the wrapped or chained exceptionusername - the user trying to access the resourceresource - the resource| Method Detail |
public java.lang.String getUsername()
public java.lang.String getResource()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||