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

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

public class RoomInstantiationException

Class implementing an exception that occured during room instantiation.


Constructor Summary
RoomInstantiationException(boolean log)
          constructs a new BaseException.
RoomInstantiationException(java.lang.String text, boolean log)
          constructs a new BaseException.
RoomInstantiationException(java.lang.Throwable aCausingThrowable, boolean log)
          constructs a new BaseException with a causing throwable for exception chaining.
RoomInstantiationException(java.lang.Throwable aCausingThrowable, java.lang.String text, boolean log)
          constructs a new BaseException.
 

Constructor Detail

RoomInstantiationException

public RoomInstantiationException(boolean log)
constructs a new BaseException.
Parameters:
log - true, if exception should be logged

RoomInstantiationException

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

RoomInstantiationException

public RoomInstantiationException(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

RoomInstantiationException

public RoomInstantiationException(java.lang.Throwable aCausingThrowable,
                                  boolean log)
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