|
||||||||||
| 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.ResourceMissingException
public class ResourceMissingException
This exception would inform uPortal that a particular resource required to complete channel operation is missing.
| Constructor Summary | |
|---|---|
ResourceMissingException(ResourceMissingException exception)
|
|
ResourceMissingException(String resourceURI,
String resourceDescription,
String msg)
Instantiate a ResourceMissingException providing the URI of the missing resource, a description of the missing resource, and a message. |
|
ResourceMissingException(String resourceURI,
String resourceDescription,
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(String resourceUri,
String description,
String message,
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(String resourceURI,
String resourceDescription,
Throwable cause)
Instantiate a ResourceMissingException providing the URI of the missing resource, a description of the missing resource, and a cause. |
|
| Method Summary | |
|---|---|
String |
getResourceDescription()
Get a description of the missing resource. |
String |
getResourceURI()
Get the URI of the missing resource. |
| 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 ResourceMissingException(ResourceMissingException exception)
public ResourceMissingException(String resourceURI,
String resourceDescription,
String msg)
resourceURI - URI of the missing resourceresourceDescription - description of the missing resourcemsg - message about the error condition
public ResourceMissingException(String resourceURI,
String resourceDescription,
Throwable cause)
resourceURI - URI of the missing resourceresourceDescription - description of the missing resourcecause - the cause of the error condition
public ResourceMissingException(String resourceURI,
String resourceDescription,
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 response
public ResourceMissingException(String resourceUri,
String description,
String message,
Throwable cause)
resourceUri - URI of the missing resourcedescription - description of the missing resourcemessage - message about the error conditioncause - underlying cause of this problem| Method Detail |
|---|
public String getResourceURI()
public String getResourceDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||