|
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.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
com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
Class implementing an exception that occured during room creation.
| Field Summary |
| Fields inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException |
DONT_LOG, LOG |
| Constructor Summary | |
RoomCreationException(boolean log)
Deprecated. |
|
RoomCreationException(String text,
boolean log)
constructs a new BaseException. |
|
RoomCreationException(Throwable aCausingThrowable,
boolean log)
Deprecated. |
|
RoomCreationException(Throwable aCausingThrowable,
String text,
boolean log)
constructs a new BaseException. |
|
| Methods inherited from class com.sap.ip.collaboration.room.api.Exceptions.RoomException |
addThrowable, addThrowables, getLocalizedMessage, getLocalizedMessages, getMessage, getMessage, getMessages, getThrowables |
| 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 RoomCreationException(boolean log)
log - true, if exception should be logged
public RoomCreationException(String text,
boolean log)
text - the Text of the Exceptionlog - true, if exception should be logged
public RoomCreationException(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 RoomCreationException(Throwable aCausingThrowable,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null
if there is no causing exceptionlog - true, if exception should be logged
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||