uPortal 2.4.1
API Documentation

org.jasig.portal
Class InternalTimeoutException

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

public class InternalTimeoutException
extends PortalException

This exception would inform uPortal that a a channel has encountered an internal timeout exception.

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

Constructor Summary
InternalTimeoutException()
           
InternalTimeoutException(java.lang.String msg)
           
InternalTimeoutException(java.lang.String msg, boolean refresh, boolean reinstantiate)
           
InternalTimeoutException(java.lang.String msg, long timeoutValue)
           
InternalTimeoutException(java.lang.String msg, long timeoutValue, boolean refresh, boolean reinstantiate)
           
 
Method Summary
 java.lang.Long getTimeoutValue()
           
 
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

InternalTimeoutException

public InternalTimeoutException()

InternalTimeoutException

public InternalTimeoutException(java.lang.String msg)

InternalTimeoutException

public InternalTimeoutException(java.lang.String msg,
                                long timeoutValue)

InternalTimeoutException

public InternalTimeoutException(java.lang.String msg,
                                long timeoutValue,
                                boolean refresh,
                                boolean reinstantiate)

InternalTimeoutException

public InternalTimeoutException(java.lang.String msg,
                                boolean refresh,
                                boolean reinstantiate)
Method Detail

getTimeoutValue

public java.lang.Long getTimeoutValue()

uPortal 2.4.1
API Documentation