AdminResourceSystemException 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
AdminResourceSystemException Class

public class AdminResourceSystemException

    extends com.bea.p13n.exceptions.SystemException

SystemException thrown by the AdminResourceManager EJB

Related Topics

SystemException


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

Serializable

Constructor Summary

AdminResourceSystemException()

AdminResourceSystemException(String message, Throwable t)

Constructor
AdminResourceSystemException(String message)

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

AdminResourceSystemException

public AdminResourceSystemException()

AdminResourceSystemException

public AdminResourceSystemException(String message, 
                                    Throwable t)
Constructor

AdminResourceSystemException

public AdminResourceSystemException(String message)
Constructor

AdminResourceSystemException

public AdminResourceSystemException(Throwable t)
Constructor