|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
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.
Field Summary | |
---|---|
private java.lang.Long |
timeoutValue
Timeout value, in milliseconds, that was exceeded. |
Fields inherited from class org.jasig.portal.PortalException |
---|
errorID, logPending, parameter, refreshable, reinstantiable, timestamp |
Constructor Summary | |
---|---|
InternalTimeoutException()
Instantiate a bare InternalTimeoutException. |
|
InternalTimeoutException(java.lang.String msg)
Instantiate an InternalTimeoutException, conveying the given message. |
|
InternalTimeoutException(java.lang.String msg,
boolean refresh,
boolean reinstantiate)
Instantiate an InternalTimeoutException conveying a message and specifying whether refresh and reinstantiation are appropriate responses. |
|
InternalTimeoutException(java.lang.String msg,
long timeoutValue)
Instantiate an InternalTimeoutException conveying a message and specifying the timeout that was exceeded. |
|
InternalTimeoutException(java.lang.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(java.lang.String msg,
java.lang.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 | |
---|---|
java.lang.Long |
getTimeoutValue()
Get the timeout value, in milliseconds, that was exceeded. |
Methods inherited from class org.jasig.portal.PortalException |
---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, 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 |
Field Detail |
---|
private java.lang.Long timeoutValue
Constructor Detail |
---|
public InternalTimeoutException()
public InternalTimeoutException(java.lang.String msg)
msg
- message explaining the nature of the timeoutpublic InternalTimeoutException(java.lang.String msg, long timeoutValue)
msg
- describes nature of timeouttimeoutValue
- the timeout value in milliseconds that was exceededpublic InternalTimeoutException(java.lang.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 responsepublic InternalTimeoutException(java.lang.String msg, java.lang.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 responsepublic InternalTimeoutException(java.lang.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 responseMethod Detail |
---|
public java.lang.Long getTimeoutValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |