com.sap.ip.collaboration.gw.api.exception
Class NoResourceFoundException

com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
  |
  +--com.sap.ip.collaboration.gw.api.exception.NoResourceFoundException

public class NoResourceFoundException
extends GroupwareException

The NoResourceFoundException class is thrown when the requested groupware resource is not found Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private static java.lang.String MESSAGE_KEY
           
private  java.lang.String resourceId
           
 
Fields inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
exceptionKey, GROUPWARE_MESSAGE_PREFIX, LOCALIZATIONFILE, MESSAGE_DELIMITER
 
Constructor Summary
NoResourceFoundException(java.lang.String resourceId, java.lang.Throwable aCausingThrowable)
           
NoResourceFoundException(java.lang.String resourceId, java.lang.Throwable aCausingThrowable, boolean log)
           
 
Method Summary
 java.lang.String getResourceId()
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
getExceptionId, getMessage, getTextBundle, getTextBundle, logMessage
 

Field Detail

MESSAGE_KEY

private static final java.lang.String MESSAGE_KEY

resourceId

private java.lang.String resourceId
Constructor Detail

NoResourceFoundException

public NoResourceFoundException(java.lang.String resourceId,
                                java.lang.Throwable aCausingThrowable)

NoResourceFoundException

public NoResourceFoundException(java.lang.String resourceId,
                                java.lang.Throwable aCausingThrowable,
                                boolean log)
Method Detail

getResourceId

public java.lang.String getResourceId()