|
||||||||||
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.ResourceMissingException
public class ResourceMissingException
This exception would inform uPortal that a particular resource required to complete channel operation is missing.
Field Summary | |
---|---|
private java.lang.String |
description
Description of the missing resource. |
private java.lang.String |
resourceURI
URI of the missing resource |
Fields inherited from class org.jasig.portal.PortalException |
---|
errorID, logPending, parameter, refreshable, reinstantiable, timestamp |
Constructor Summary | |
---|---|
ResourceMissingException()
Deprecated. use a more informative constructor |
|
ResourceMissingException(java.lang.String resourceURI,
java.lang.String resourceDescription,
java.lang.String msg)
Instantiate a ResourceMissingException providing the URI of the missing resource, a description of the missing resource, and a message. |
|
ResourceMissingException(java.lang.String resourceURI,
java.lang.String resourceDescription,
java.lang.String msg,
boolean refresh,
boolean reinstantiate)
Instantiate a ResourceMissingException providing a URI of the missing resource, a description of the missing resource, a message, and indicating whether channel refresh and channel reinstantiation are appropriate responses to the error condition. |
|
ResourceMissingException(java.lang.String resourceUri,
java.lang.String description,
java.lang.String message,
java.lang.Throwable cause)
Instantiate a ResourceMissingException providing the URI of the missing resource, a description of the missing resource, a message, and an underlying cause. |
|
ResourceMissingException(java.lang.String resourceURI,
java.lang.String resourceDescription,
java.lang.Throwable cause)
Instantiate a ResourceMissingException providing the URI of the missing resource, a description of the missing resource, and a cause. |
Method Summary | |
---|---|
java.lang.String |
getResourceDescription()
Get a description of the missing resource. |
java.lang.String |
getResourceURI()
Get the URI of the missing resource. |
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.String resourceURI
private java.lang.String description
Constructor Detail |
---|
public ResourceMissingException(java.lang.String resourceURI, java.lang.String resourceDescription, java.lang.String msg)
resourceURI
- URI of the missing resourceresourceDescription
- description of the missing resourcemsg
- message about the error conditionpublic ResourceMissingException(java.lang.String resourceURI, java.lang.String resourceDescription, java.lang.Throwable cause)
resourceURI
- URI of the missing resourceresourceDescription
- description of the missing resourcecause
- the cause of the error conditionpublic ResourceMissingException(java.lang.String resourceURI, java.lang.String resourceDescription, java.lang.String msg, boolean refresh, boolean reinstantiate)
resourceURI
- URI of the missing resourceresourceDescription
- description of the missing resourcemsg
- message about the error conditionrefresh
- true if refreshing is an appropriate responsereinstantiate
- true if reinstantiation is an appropriate responsepublic ResourceMissingException()
public ResourceMissingException(java.lang.String resourceUri, java.lang.String description, java.lang.String message, java.lang.Throwable cause)
resourceUri
- URI of the missing resourcedescription
- description of the missing resourcemessage
- message about the error conditioncause
- underlying cause of this problemMethod Detail |
---|
public java.lang.String getResourceURI()
public java.lang.String getResourceDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |