DelegatedAdminSystemException Class

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.admin
DelegatedAdminSystemException Class

public class DelegatedAdminSystemException

    extends com.bea.p13n.exceptions.SystemException

SystemException thrown by the DelegatedAdminManager EJB

Related Topics

SystemException


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        com.bea.p13n.exceptions.SystemException
          DelegatedAdminSystemException
All Implemented Interfaces

Serializable

Constructor Summary

DelegatedAdminSystemException()

DelegatedAdminSystemException(String message, Throwable t)

Constructor
DelegatedAdminSystemException(String message)

Constructor
DelegatedAdminSystemException(Throwable t)

Constructor
 

Method Summary

 
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

DelegatedAdminSystemException

public DelegatedAdminSystemException()

DelegatedAdminSystemException

public DelegatedAdminSystemException(String message, 
                                     Throwable t)
Constructor

DelegatedAdminSystemException

public DelegatedAdminSystemException(String message)
Constructor

DelegatedAdminSystemException

public DelegatedAdminSystemException(Throwable t)
Constructor