uPortal 2.4.1
API Documentation

org.jasig.portal
Class GeneralRenderingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jasig.portal.PortalException
              extended byorg.jasig.portal.GeneralRenderingException
All Implemented Interfaces:
java.io.Serializable

public class GeneralRenderingException
extends PortalException

This exception would inform uPortal that a general rendering problem has caused a channel to throw an exception.

Version:
$Revision: 1.4 $
Author:
Peter Kharchenko
See Also:
Serialized Form

Constructor Summary
GeneralRenderingException()
           
GeneralRenderingException(java.lang.String msg)
           
GeneralRenderingException(java.lang.String msg, boolean refresh, boolean reinstantiate)
           
GeneralRenderingException(java.lang.String msg, java.lang.Exception e)
           
GeneralRenderingException(java.lang.String msg, java.lang.Exception e, boolean refresh, boolean reinstantiate)
           
 
Methods inherited from class org.jasig.portal.PortalException
allowRefresh, allowReinstantiation, getErrorID, getMessage, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, printStackTrace, printStackTrace, printStackTrace, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralRenderingException

public GeneralRenderingException()

GeneralRenderingException

public GeneralRenderingException(java.lang.String msg)

GeneralRenderingException

public GeneralRenderingException(java.lang.String msg,
                                 java.lang.Exception e)

GeneralRenderingException

public GeneralRenderingException(java.lang.String msg,
                                 boolean refresh,
                                 boolean reinstantiate)

GeneralRenderingException

public GeneralRenderingException(java.lang.String msg,
                                 java.lang.Exception e,
                                 boolean refresh,
                                 boolean reinstantiate)

uPortal 2.4.1
API Documentation