uPortal 2.4.1
API Documentation

org.jasig.portal
Class ResourceMissingException

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

public class ResourceMissingException
extends PortalException

This exception would inform uPortal that a particular resource required to complete channel operation is missing.

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

Constructor Summary
ResourceMissingException()
           
ResourceMissingException(java.lang.String resourceURI, java.lang.String resourceDescription, java.lang.String msg)
           
ResourceMissingException(java.lang.String resourceURI, java.lang.String resourceDescription, java.lang.String msg, boolean refresh, boolean reinstantiate)
           
 
Method Summary
 java.lang.String getResourceDescription()
           
 java.lang.String getResourceURI()
           
 
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

ResourceMissingException

public ResourceMissingException(java.lang.String resourceURI,
                                java.lang.String resourceDescription,
                                java.lang.String msg)

ResourceMissingException

public ResourceMissingException(java.lang.String resourceURI,
                                java.lang.String resourceDescription,
                                java.lang.String msg,
                                boolean refresh,
                                boolean reinstantiate)

ResourceMissingException

public ResourceMissingException()
Method Detail

getResourceURI

public java.lang.String getResourceURI()

getResourceDescription

public java.lang.String getResourceDescription()

uPortal 2.4.1
API Documentation