© 2003 BEA Systems, Inc.

com.bea.portal.manager
Class PortalFinderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.portal.PortalException
                          |
                          +--com.bea.portal.manager.PortalFinderException
All Implemented Interfaces:
Serializable

public class PortalFinderException
extends PortalException

Indicates an error finding a portal element.

See Also:
Serialized Form

Constructor Summary
PortalFinderException(String message)
          Constructs a PortalFinderException.
PortalFinderException(String message, Exception exception)
          Constructs a PortalFinderException.
 
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

PortalFinderException

public PortalFinderException(String message)
Constructs a PortalFinderException.


PortalFinderException

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


© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved