|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sapportals.wcm.WcmException
|
+--com.sapportals.wcm.util.content.ContentException
|
+--com.sapportals.wcm.repository.ResourceException
Resource Exception.
Copyright (c) SAP AG 2001-2004
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
ResourceException()
Constructs a new exception |
|
ResourceException(boolean log)
Constructs a new exception |
|
ResourceException(java.lang.Exception ex)
Constructs a new exception |
|
ResourceException(java.lang.Exception ex,
boolean log)
Constructs a new exception |
|
ResourceException(ResourceException newResourceException)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API. |
|
ResourceException(RID resourceID)
Constructs a new exception |
|
ResourceException(RID resourceID,
boolean log)
Constructs a new exception |
|
ResourceException(java.lang.String msg)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
boolean log)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
java.lang.Exception ex,
boolean log)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
RID resourceID)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
RID resourceID,
boolean log)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
RID resourceID,
java.lang.Exception ex)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
RID resourceID,
java.lang.Exception ex,
boolean log)
Constructs a new exception |
|
ResourceException(java.lang.String msg,
URI resourceID)
Deprecated. as of NW04. |
|
ResourceException(java.lang.String msg,
URI resourceID,
boolean log)
Deprecated. as of NW04. |
|
ResourceException(java.lang.String msg,
URI resourceID,
java.lang.Exception ex)
Deprecated. as of NW04. |
|
ResourceException(java.lang.String msg,
URI resourceID,
java.lang.Exception ex,
boolean log)
Deprecated. as of NW04. |
|
ResourceException(URI resourceID)
Deprecated. as of NW04. |
|
ResourceException(URI resourceID,
boolean log)
Deprecated. as of NW04. |
|
| Method Summary | |
java.lang.Throwable |
fillInStackTrace()
|
java.lang.String |
getLocalizedMessage()
|
java.lang.String |
getMessage()
|
ResourceException |
getNextResourceException()
Returns the next ResourceException or null |
URI |
getResourceID()
Deprecated. as of NW04. |
RID |
getRID()
Returns the URI of the resource that caused the exception or null
. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
void |
setNextResourceException(ResourceException nextEx)
Sets a reference to the next ResourceException |
java.lang.String |
toString()
|
| Methods inherited from class com.sapportals.wcm.WcmException |
getContainedException, isLogged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ResourceException(ResourceException newResourceException)
newResourceException - The new exception.public ResourceException()
public ResourceException(boolean log)
log - If true the stack trace will be written to the
error log.public ResourceException(URI resourceID)
resourceID - public ResourceException(RID resourceID)
resourceID - The ID of the resource this exception belongs to
public ResourceException(URI resourceID,
boolean log)
resourceID - log -
public ResourceException(RID resourceID,
boolean log)
resourceID - The ID of the resource this exception belongs tolog - If true the stack trace will be written to the
error log.
public ResourceException(java.lang.String msg,
URI resourceID)
msg - resourceID -
public ResourceException(java.lang.String msg,
RID resourceID)
msg - The messsage textresourceID - The ID of the resource this exception belongs to
public ResourceException(java.lang.String msg,
URI resourceID,
boolean log)
msg - resourceID - log -
public ResourceException(java.lang.String msg,
RID resourceID,
boolean log)
msg - The messsage textresourceID - The ID of the resource this exception belongs tolog - If true the stack trace will be written to the
error log.
public ResourceException(java.lang.String msg,
URI resourceID,
java.lang.Exception ex)
msg - resourceID - ex -
public ResourceException(java.lang.String msg,
RID resourceID,
java.lang.Exception ex)
msg - The messsage textresourceID - The ID of the resource this exception belongs toex - The contained exception
public ResourceException(java.lang.String msg,
URI resourceID,
java.lang.Exception ex,
boolean log)
msg - resourceID - ex - log -
public ResourceException(java.lang.String msg,
RID resourceID,
java.lang.Exception ex,
boolean log)
msg - The messsage textresourceID - The ID of the resource this exception belongs toex - The contained exceptionlog - If true the stack trace will be written to the
error log.public ResourceException(java.lang.String msg)
msg - The messsage text
public ResourceException(java.lang.String msg,
boolean log)
msg - The messsage textlog - If true the stack trace will be written to the
error log.
public ResourceException(java.lang.String msg,
java.lang.Exception ex)
msg - The messsage textex - The contained exception
public ResourceException(java.lang.String msg,
java.lang.Exception ex,
boolean log)
msg - The messsage textex - The contained exceptionlog - If true the stack trace will be written to the
error log.public ResourceException(java.lang.Exception ex)
ex - The contained exception
public ResourceException(java.lang.Exception ex,
boolean log)
ex - The contained exceptionlog - If true the stack trace will be written to the
error log.| Method Detail |
public void setNextResourceException(ResourceException nextEx)
nextEx - public URI getResourceID()
public RID getRID()
null
.public ResourceException getNextResourceException()
nullpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwable
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||