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

Class RoomInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.ip.collaboration.core.api.util.exception.BaseException
              extended by com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException
All Implemented Interfaces:
IBaseException, Serializable

public class RoomInstantiationException
extends BaseException

Class implementing an exception that occured during room instantiation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException
DONT_LOG, LOG
 
Constructor Summary
RoomInstantiationException(boolean log)
          constructs a new BaseException.
RoomInstantiationException(String text, boolean log)
          constructs a new BaseException.
RoomInstantiationException(Throwable aCausingThrowable, boolean log)
          constructs a new BaseException with a causing throwable for exception chaining.
RoomInstantiationException(Throwable aCausingThrowable, String text, boolean log)
          constructs a new BaseException.
 
Method Summary
 
Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException
getCausingThrowable, getMessage, getMessage, getRootThrowable, getText, isLogged, logException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoomInstantiationException

public RoomInstantiationException(boolean log)
constructs a new BaseException.

Parameters:
log - true, if exception should be logged

RoomInstantiationException

public RoomInstantiationException(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(Throwable aCausingThrowable,
                                  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(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
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-COLL [sap.com] tc/kmc/coll/room api EP-KM-CRS


Copyright 2011 SAP AG Complete Copyright Notice