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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.ip.collaboration.room.api.Exceptions.NoSuchRoomCategoryException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchRoomCategoryException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoSuchRoomCategoryException(java.lang.String name)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRoomCategoryException

public NoSuchRoomCategoryException(java.lang.String name)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
See Also:
Throwable.getMessage()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable
See Also:
Throwable.printStackTrace()