org.infoglue.deliver.portal
Class PortalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.infoglue.deliver.portal.PortalException
All Implemented Interfaces:
java.io.Serializable

public class PortalException
extends java.lang.Exception

This is a common exception encapsulating exceptions thrown in the processing of portlets.

Author:
robert
See Also:
Serialized Form

Constructor Summary
PortalException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalException

public PortalException(java.lang.Throwable cause)