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