|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
| Field Summary |
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
ResourceException()
Constructs a new exception |
|
ResourceException(boolean log)
Constructs a new exception |
|
ResourceException(Exception ex)
Constructs a new exception |
|
ResourceException(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(String msg)
Constructs a new exception |
|
ResourceException(String msg,
boolean log)
Constructs a new exception |
|
ResourceException(String msg,
Exception ex)
Constructs a new exception |
|
ResourceException(String msg,
Exception ex,
boolean log)
Constructs a new exception |
|
ResourceException(String msg,
RID resourceID)
Constructs a new exception |
|
ResourceException(String msg,
RID resourceID,
boolean log)
Constructs a new exception |
|
ResourceException(String msg,
RID resourceID,
Exception ex)
Constructs a new exception |
|
ResourceException(String msg,
RID resourceID,
Exception ex,
boolean log)
Constructs a new exception |
|
ResourceException(String msg,
URI resourceID)
Deprecated. as of NW04. |
|
ResourceException(String msg,
URI resourceID,
boolean log)
Deprecated. as of NW04. |
|
ResourceException(String msg,
URI resourceID,
Exception ex)
Deprecated. as of NW04. |
|
ResourceException(String msg,
URI resourceID,
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 | |
Throwable |
fillInStackTrace()
|
String |
getLocalizedMessage()
|
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(PrintStream s)
|
void |
printStackTrace(PrintWriter s)
|
void |
setNextResourceException(ResourceException nextEx)
Sets a reference to the next ResourceException |
String |
toString()
|
| Methods inherited from class com.sapportals.wcm.WcmException |
getContainedException, isLogged |
| Methods inherited from class java.lang.Throwable |
getCause, getStackTrace, initCause, setStackTrace |
| 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(String msg,
URI resourceID)
msg - resourceID -
public ResourceException(String msg,
RID resourceID)
msg - The messsage textresourceID - The ID of the resource this exception belongs to
public ResourceException(String msg,
URI resourceID,
boolean log)
msg - resourceID - log -
public ResourceException(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(String msg,
URI resourceID,
Exception ex)
msg - resourceID - ex -
public ResourceException(String msg,
RID resourceID,
Exception ex)
msg - The messsage textresourceID - The ID of the resource this exception belongs toex - The contained exception
public ResourceException(String msg,
URI resourceID,
Exception ex,
boolean log)
msg - resourceID - ex - log -
public ResourceException(String msg,
RID resourceID,
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(String msg)
msg - The messsage text
public ResourceException(String msg,
boolean log)
msg - The messsage textlog - If true the stack trace will be written to the
error log.
public ResourceException(String msg,
Exception ex)
msg - The messsage textex - The contained exception
public ResourceException(String msg,
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(Exception ex)
ex - The contained exception
public ResourceException(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()
null
public String getMessage()
public String getLocalizedMessage()
public String toString()
public void printStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
public Throwable fillInStackTrace()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||