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

public class PortalException

    extends com.bea.p13n.exceptions.ApplicationException

Base class for all Exceptions in the portal framework.

Related Topics

ApplicationException


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

Serializable
Direct Known Subclasses

com.bea.portal.manager.PortalFinderException

Constructor Summary

PortalException(String message, Throwable cause)

Allocates an PortalException using the given message and a nested Throwable.
PortalException(String message)

Allocates an PortalException using the given message.
 

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

PortalException

public PortalException(String message, 
                       Throwable cause)
Allocates an PortalException using the given message and a nested Throwable.

PortalException

public PortalException(String message)
Allocates an PortalException using the given message.