|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| 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.sap.ip.collaboration.core.api.util.exception.BaseException
com.sap.ip.collaboration.core.api.util.exception.IncompleteOperationException
com.sap.ip.collaboration.room.api.Exceptions.RoomException
public class RoomException
Class implementing an exception for common room exceptions.
| Field Summary |
|---|
| Fields inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException |
|---|
DONT_LOG, LOG |
| Constructor Summary | |
|---|---|
RoomException(boolean log)
Deprecated. |
|
RoomException(List aCausingThrowables,
boolean log)
|
|
RoomException(List aCausingThrowables,
String text,
boolean log)
|
|
RoomException(String text,
boolean log)
constructs a new BaseException. |
|
RoomException(Throwable aCausingThrowable,
boolean log)
Deprecated. |
|
RoomException(Throwable aCausingThrowable,
String text,
boolean log)
constructs a new BaseException. |
|
| Method Summary | |
|---|---|
void |
addThrowable(Throwable t)
|
void |
addThrowables(List t)
|
String |
getLocalizedMessage()
|
List |
getLocalizedMessages()
|
String |
getMessage()
returns an error message formated with the logging locale |
String |
getMessage(Locale locale)
returns a locale specific short error message. |
List |
getMessages(Locale locale)
|
List |
getThrowables()
Get list of throwables |
| Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.IncompleteOperationException |
|---|
getMessages, getPartiallyComputedResult, printStackTrace, printStackTrace |
| Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException |
|---|
getCausingThrowable, getRootThrowable, getText, isLogged, logException, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoomException(boolean log)
log - true, if exception should be logged
public RoomException(String text,
boolean log)
text - the Text of the Exceptionlog - true, if exception should be logged
public RoomException(Throwable aCausingThrowable,
String text,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null if there is
no causing exceptiontext - the Text of the Exceptionlog - true, if exception should be logged
public RoomException(List aCausingThrowables,
String text,
boolean log)
public RoomException(Throwable aCausingThrowable,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null if there is
no causing exceptionlog - true, if exception should be logged
public RoomException(List aCausingThrowables,
boolean log)
| Method Detail |
|---|
public void addThrowable(Throwable t)
public void addThrowables(List t)
public List getThrowables()
getThrowables in class IncompleteOperationExceptionpublic String getMessage()
BaseException
getMessage in interface IBaseExceptiongetMessage in class BaseExceptionpublic String getMessage(Locale locale)
BaseException
getMessage in interface IBaseExceptiongetMessage in class BaseExceptionlocale - the locale for the messagepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic List getMessages(Locale locale)
public List getLocalizedMessages()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/room
|
api
|
EP-KM-CRS
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||