|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
org.jasig.portal.InternalTimeoutException
public class InternalTimeoutException
This exception would inform uPortal that a a channel has encountered an internal timeout exception.
| Constructor Summary | |
|---|---|
InternalTimeoutException()
Instantiate a bare InternalTimeoutException. |
|
InternalTimeoutException(String msg)
Instantiate an InternalTimeoutException, conveying the given message. |
|
InternalTimeoutException(String msg,
boolean refresh,
boolean reinstantiate)
Instantiate an InternalTimeoutException conveying a message and specifying whether refresh and reinstantiation are appropriate responses. |
|
InternalTimeoutException(String msg,
long timeoutValue)
Instantiate an InternalTimeoutException conveying a message and specifying the timeout that was exceeded. |
|
InternalTimeoutException(String msg,
long timeoutValue,
boolean refresh,
boolean reinstantiate)
Instantiate an InternalTimeoutException conveying a message and specifying the timeout value that was exceeded as well as whether refresh and reinstantiation are appropriate responses to this problem. |
|
InternalTimeoutException(String msg,
Throwable cause,
long timeoutValue,
boolean refresh,
boolean reinstantiate)
Instantiate an InternalTimeoutException conveying a message and underlying cause and specifying the timeout value that was exceeded as well as whether refresh and reinstantiation are appropriate responses to this problem. |
|
| Method Summary | |
|---|---|
Long |
getTimeoutValue()
Get the timeout value, in milliseconds, that was exceeded. |
| Methods inherited from class org.jasig.portal.PortalException |
|---|
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRefreshable, setReinstantiable |
| 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 |
|---|
public InternalTimeoutException()
public InternalTimeoutException(String msg)
msg - message explaining the nature of the timeout
public InternalTimeoutException(String msg,
long timeoutValue)
msg - describes nature of timeouttimeoutValue - the timeout value in milliseconds that was exceeded
public InternalTimeoutException(String msg,
long timeoutValue,
boolean refresh,
boolean reinstantiate)
msg - describes nature of timeouttimeoutValue - timeout value in milliseconds that was exceededrefresh - true if refresh is an appropriate responsereinstantiate - true if reinstantiation is an appropriate response
public InternalTimeoutException(String msg,
Throwable cause,
long timeoutValue,
boolean refresh,
boolean reinstantiate)
msg - describes nature of timeoutcause - underlying causetimeoutValue - timeout value in milliseconds that was exceededrefresh - true if refresh is an appropriate responsereinstantiate - true if reinstantiation is an appropriate response
public InternalTimeoutException(String msg,
boolean refresh,
boolean reinstantiate)
msg - describes nature of timeout problemrefresh - true if refresh is an appropriate responsereinstantiate - true if reinstantiation is an appropriate response| Method Detail |
|---|
public Long getTimeoutValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||