DelegatedAdminSecurityException Class

com.bea.portal.admin
DelegatedAdminSecurityException Class

public class DelegatedAdminSecurityException

    extends SystemException

SecurityException thrown by the DelegatedAdminManager EJB

Related Topics

SystemException


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          DelegatedAdminSecurityException
All Implemented Interfaces

Serializable

Constructor Summary

DelegatedAdminSecurityException(String message, String username, String resource)

Constructor
DelegatedAdminSecurityException(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

public String
getResource()
public String
getUsername()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

DelegatedAdminSecurityException

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

DelegatedAdminSecurityException

public DelegatedAdminSecurityException(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() Method

public String getResource()

Returns

resource

getUsername() Method

public String getUsername()

Returns

username