© 2005 BEA Systems, Inc.

com.bea.portal.admin
Class DelegatedAdminSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.p13n.exceptions.SystemException
                  extended bycom.bea.portal.admin.DelegatedAdminSecurityException
All Implemented Interfaces:
Serializable

public class DelegatedAdminSecurityException
extends SystemException

SecurityException thrown by the DelegatedAdminManager EJB

See Also:
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

DelegatedAdminSecurityException

public DelegatedAdminSecurityException(String username,
                                       String resource)
Constructor


DelegatedAdminSecurityException

public DelegatedAdminSecurityException(String message,
                                       String username,
                                       String resource)
Constructor


DelegatedAdminSecurityException

public DelegatedAdminSecurityException(String message,
                                       Throwable t,
                                       String username,
                                       String resource)
Constructor


DelegatedAdminSecurityException

public DelegatedAdminSecurityException(Throwable t,
                                       String username,
                                       String resource)
Constructor

Method Detail

getResource

public String getResource()
Returns:
resource

getUsername

public String getUsername()
Returns:
username

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved