com.sap.ip.collaboration.room.api.Exceptions
Class RoomCreationException

com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException

public class 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

RoomCreationException

public RoomCreationException(boolean log)
Deprecated.  

constructs a new BaseException.
Parameters:
log - true, if exception should be logged

RoomCreationException

public RoomCreationException(java.lang.String text,
                             boolean log)
constructs a new BaseException.
Parameters:
text - the Text of the Exception
log - true, if exception should be logged

RoomCreationException

public RoomCreationException(java.lang.Throwable aCausingThrowable,
                             java.lang.String text,
                             boolean log)
constructs a new BaseException.
Parameters:
aCausingThrowable - causing throwable for exception chaining, of null if there is no causing exception
text - the Text of the Exception
log - true, if exception should be logged

RoomCreationException

public RoomCreationException(java.lang.Throwable aCausingThrowable,
                             boolean log)
Deprecated.  

constructs a new BaseException with a causing throwable for exception chaining. The exception message is taken from the root exception.
Parameters:
aCausingThrowable - causing throwable for exception chaining, of null if there is no causing exception
log - true, if exception should be logged