org.infoglue.deliver.portal
Class PortalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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)
           
 
Method Summary
 
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

PortalException

public PortalException(java.lang.Throwable cause)


Copyright © 2005 InfoGlue.org All Rights Reserved.