|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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(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 resource
public DelegatedAdminSecurityException(String message,
String username,
String resource)
message - String representing the Exception messageusername - the user trying to access the resourceresource - the resource
public 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 resource
public DelegatedAdminSecurityException(Throwable t,
String username,
String resource)
t - Throwable object representing the wrapped or chained exceptionusername - the user trying to access the resourceresource - the resource| Method Detail |
public String getUsername()
public String getResource()
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||