|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
Class implementing an exception that occured during room creation.
| Constructor Summary | |
RoomCreationException(boolean log)
Deprecated. |
|
RoomCreationException(java.lang.String text,
boolean log)
constructs a new BaseException. |
|
RoomCreationException(java.lang.Throwable aCausingThrowable,
boolean log)
Deprecated. |
|
RoomCreationException(java.lang.Throwable aCausingThrowable,
java.lang.String text,
boolean log)
constructs a new BaseException. |
|
| Constructor Detail |
public RoomCreationException(boolean log)
log - true, if exception should be logged
public RoomCreationException(java.lang.String text,
boolean log)
text - the Text of the Exceptionlog - true, if exception should be logged
public RoomCreationException(java.lang.Throwable aCausingThrowable,
java.lang.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(java.lang.Throwable aCausingThrowable,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null
if there is no causing exceptionlog - true, if exception should be logged
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||