PortalFinderException 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.manager
PortalFinderException Class

public class PortalFinderException

    extends com.bea.portal.PortalException

Indicates an error finding a portal element.


Hierarchy
Object
  Throwable
    Exception
      com.bea.p13n.exceptions.ApplicationException
        com.bea.portal.PortalException
          PortalFinderException
All Implemented Interfaces

Serializable

Constructor Summary

PortalFinderException(String message, Exception exception)

Constructs a PortalFinderException.
PortalFinderException(String message)

Constructs a PortalFinderException.
 

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

PortalFinderException

public PortalFinderException(String message, 
                             Exception exception)
Constructs a PortalFinderException.

PortalFinderException

public PortalFinderException(String message)
Constructs a PortalFinderException.